Define Customization

A list of all possible type 1 macro targets.

Macro Name
Usage
Default

AWARENESS

Used to set the awareness in a command.

AWARENESS

CMD

Used to set a command.

setCommand

CONNECTOR

Used to connect MACHINE_SYMBOL or FUTURE_SYMBOL with a function.

FUTURE_SYMBOL

Used before future commands, ex. before setTape(3).

?

GO_TO_PAGE

Move the machine to a new page

goToPage

INITIALIZE_VALUES

Used to set the values in the tape.

setValues

MACHINE_SYMBOL

Used before present commands, ex. before setValues(...) or setPosition(...).

MOVE

Moves the head of the machine.

move

NEXT_SECTION

Moves to the next blocker rightwards.

nextSection

PAGE

Used to set the page in a command.

PAGE

PREVIOUS_SECTION

Move to the next blocker leftwards.

prevSection

PRINT

Used to print tape/text.

print

SECTION_CHAR

The blocker symbol, used in setValues(...)

#

SET_POSITION

Used to set the start position of the head.

setPosition

SET_TAPE

Used to set the tape at the current head position.

setTape

STOP

Used to stop the machine in a command.

stop

VAL

Used to define constants.

const

Last updated