Skip to content
somebody1234 edited this page Oct 10, 2016 · 10 revisions

There are five types of tokens in Charcoal - numbers, strings, variables, arrows, commands, and operators. Two or more strings or numbers can be separated by a ¦.

Numbers

These are just normal integers, but using ⁰¹²³⁴⁵⁶⁷⁸⁹ instead of 0123456789.

Strings

These are a run of command characters preceded by a ´ and.or normal primtable ASCII characters.

Variables

These are just a greek letter: αβγδεζηθικλμνξπρσςτυφχψω. Note that omicron ο has been left out because it looks too simlilar to an o.

Commands and Operators

These are prefix. More information can be found here and here.

Clone this wiki locally