RosettaCodeData/Task/Character-codes/SequenceL/character-codes.sequencel

5 lines
48 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
cmd:>asciiToInt('a')
97
cmd:>intToAscii(97)
'a'