RosettaCodeData/Task/Character-codes/Ursa/character-codes.ursa

5 lines
135 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
# outputs the character value for 'a'
out (ord "a") endl console
# outputs the character 'a' given its value
out (chr 97) endl console