fork download
  1. f=->i{i.ord==i?(64+i).chr:i.ord-64}
  2. f.call('B')
  3. f.call(2)
Runtime error #stdin #stdout #stderr 0.02s 9704KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.rb:1: syntax error, unexpected tSYMBEG, expecting '}'
f=->i{i.ord==i?(64+i).chr:i.ord-64}
                          ^