ascii

Dynamic ASCII code constants grouped under the exported object ascii.


Module object


Type and naming


Code-point boundary


Control and spacing


Punctuation and digits


Uppercase letters


Lowercase letters


Examples

Selected code points

"ascii" use
"String" use
"control" use

{} Int32 {} [
  ascii.lf toString print
  ", " print
  ascii.aCodeBig toString print
  ", " print
  ascii.tilda toString print
  0
] "main" exportFunction

Expected Output

10, 65, 126

See also