RosettaCodeData/Task/Character-codes/Maple/character-codes-1.maple
2023-07-01 13:44:08 -04:00

4 lines
126 B
Text

> use StringTools in Ord( "A" ); Char( 65 ) end;
65
"A"