RosettaCodeData/Task/Character-codes/Maple/character-codes-1.maple

5 lines
126 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> use StringTools in Ord( "A" ); Char( 65 ) end;
65
"A"