Dynamic ASCII code constants grouped under the exported object ascii.
aCodeBig through zCodeBig name uppercase letters.aCode through zCode name lowercase letters.openRBr, openSBr, and openFBr name round, square, and curly opening brackets.tilda keeps the module spelling used by the source.aCode and aCodeBig refer to code points, not to one specific encoded text buffer.null = 0n32bell = 7n32backSpace = 8n32tab = 9n32lf = 10n32ff = 12n32cr = 13n32space = 32n32exclamation = 33n32quote = 34n32grid = 35n32dollar = 36n32percent = 37n32ampersand = 38n32apostrophe = 39n32openRBr = 40n32closeRBr = 41n32asterisk = 42n32plus = 43n32comma = 44n32minus = 45n32dot = 46n32slash = 47n32zero through nine = 48n32 through 57n32colon = 58n32semicolon = 59n32less = 60n32equals = 61n32greater = 62n32question = 63n32at = 64n32openSBr = 91n32backSlash = 92n32closeSBr = 93n32pow = 94n32underline = 95n32backquote = 96n32openFBr = 123n32vertical = 124n32closeFBr = 125n32tilda = 126n32aCodeBig through zCodeBig = 65n32 through 90n32aCode through zCode = 97n32 through 122n32"ascii" use
"String" use
"control" use
{} Int32 {} [
ascii.lf toString print
", " print
ascii.aCodeBig toString print
", " print
ascii.tilda toString print
0
] "main" exportFunction
10, 65, 126