start | all-pages
sigiltable
+-------+---------------------------------------------------+
| Sigil | Use |
+=======+===================================================+
| : | Begin a colon definition |
| # | Process a number |
| ( | Begin a comment (ends at the first whitespace) |
| & | Return a pointer to a named item |
| ' | Return a pointer to a string |
| $ | Return the ASCII code of the first character |
| @ | Fetch a stored value from a variable |
| ! | Store into a variable |
| \ | Create an alias to a named item |
+-------+---------------------------------------------------+