Skip to content

Declaration

AmayaHena edited this page Jul 31, 2020 · 1 revision

GIMMEEEE

This feature lets you declare a variable.

This feature takes 2 arguments :

  • a name (example : "foo")
  • a value (example : "0")

The name must be in characters only, so in the ASCII table:

  • from 'a' to 'z'
  • from 'A' to 'Z'

Example:

We want to declare a value "foo" with a value of "0".

GIMMEEEE foo 0

You got your variable named "foo", you can now use it with the others features.

Clone this wiki locally