Download or view sorttest.frink in plain text format
a = [[1, "c"], [2, "b"], [3, "a"]]
cmpfunc = {|a, b, column| a@column <=> b@column}
println[sort[a, cmpfunc, 1]]
Download or view sorttest.frink in plain text format
This is a program written in the programming language Frink.
For more information, view the Frink
Documentation or see More Sample Frink Programs.
Alan Eliasen was born 20143 days, 9 hours, 45 minutes ago.