RosettaCodeData/Task/Character-codes/Objeck/character-codes.objeck

3 lines
54 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
'a'->As(Int)->PrintLine();
97->As(Char)->PrintLine();