marks the current line as a comment that the interpretter should skip
marks the current line as a header with name HEADER_NAME that may be jumped to
important note: @ ANIMATION_LOOP is a reserverved header that is automatically jumped to each animation frame
jumps to header if the comparison (>, <, ==, !=, etc.) of value/var1 to value/var2 is true
sets variable with name var1 to value/var2
creates a list with listName
appends value/var to list
sets var to value at index of table
sets index at list to value of var
sets var1 to var1 + value/var2
sets var1 to a value between value/var2 and value/var3
sets var1 to value/var2 rounded to nearest whole number
sets var1 to var1 modulus value/var2
clears screen to black
draws white pixel at x: value/var1, y: value/var2