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

6 lines
129 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> convert( "A", bytes );
[65]
> convert( [65], bytes );
"A"