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

5 lines
48 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
cmd:>asciiToInt('a')
97
cmd:>intToAscii(97)
'a'