Skip to content

Operations

PokeJofeJr4th edited this page Aug 14, 2023 · 7 revisions

Operations

Operations consist of three parts: the left side, operation, and right side. The left side and operation are limited, but the right side can be any syntax element.

Left Side

The left side has four possible states:

  • Identifier -- x
  • Identifier with Colon -- x:score
  • Selector -- @s
  • Selector with Colon -- @s:score
  • Selector with Double Colon -- @s::level

Most applications of operations only permit the identifier case. The main application for the other cases is variables.

Operation

The following list contains the characters used to invoke operations and the cases in which they are used.

Clone this wiki locally