Methods

ordΒΆ

ord(s:Str)

Get character (currently byte) code. Throws InvalidArgument if s is not of length 1.
Source: stdlib.ngs:2517

Example

ord("A")  # 65 on my machine