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

5 lines
129 B
Text

> convert( "A", bytes );
[65]
> convert( [65], bytes );
"A"