Return to Snippet

Revision: 10236
at December 13, 2008 12:34 by Krypt


Initial Code
?A       # => 65
65.chr   # => A

s = "hello"
s[0]     # => 104 
s[0].chr # => h

Initial URL


Initial Description


Initial Title
ASCII and characters

Initial Tags
ruby

Initial Language
Ruby