Methods

chrΒΆ

chr(code:Int)

Get character (byte) by it's ordinal value.

Returns

Str of length 1 (byte).

Example

chr(65)  # "A" on my machine