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

5 lines
126 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> use StringTools in Ord( "A" ); Char( 65 ) end;
65
"A"