RosettaCodeData/Task/Character-codes/DWScript/character-codes.dw

3 lines
37 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
PrintLn(Ord('a'));
PrintLn(Chr(97));