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

6 lines
129 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> convert( "A", bytes );
[65]
> convert( [65], bytes );
"A"