toki ilo

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

toki ilo is a programming language by User:Joaozin003 based off of toki pona[1].

Program structure

The program is a sequence of commands which look like toki pona sentences.

Data types

The data types are:

  • nanpa: These are of the format nanpa [number words], where [number words] is a list of space-separated number words. Number words are:
    • ala: 0
    • wan: 1
    • tu: 2
    • luka: 5
    • mute: 20
    • ale/ali: 100

The value is the sum of the number word's values.

  • nimi: These are of the format nimi [any character] and serve as means of storing text.
  • lon: Stores a boolean, either lon (true) or lon ala (false).

External resources