The Sidef programming language
Ctrl
K
Copy
Programming tasks
C
Character codes
Copy
say
'a'
.
ord
# => 97
say
97
.
chr
# => 'a'
Previous
Chaos game
Next
Chebyshev coefficients
Last updated
2 years ago
Was this helpful?