start | all-pages
creatingwords
There are two types of words: functions and data.
Functions are defined as *ColonDefinitions, with the word name
starting with the : sigil followed by a whitespace separated
list of words or data, ending with a +;
Data may be defined as a *variable, as a custom structure using
+d:create or via other data creation words. See *DataDefinitions
To make use of a data word, you must use the & sigil to get a
*pointer to it; leaving off the & sigil will cause Konilo to try
to run the data as if it were a function, which is likely to
crash your system.