Comparing two numbers by aglias

#!ruby -an
a,b=$F.map &:to_i
puts$F*" %c "%[a>b ?62:a/b+60]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page