/ Published in: Ruby
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
?A # => 65 65.chr # => A s = "hello" s[0] # => 104 s[0].chr # => h