home projects editor manual log in

Important Key

Text-based

This means that a function does something related with console text.

Graphics-based

This means that a function does something related with graphics shown in a canvas*.

* A canvas is a panel made with the function InitGraphics() which is used to display graphics like shapes.


the suprcube manual

Don't know what a code snippet does? See here!


console.log()

Code Type: Text-based

Displays any text between the two brackets.


InitGraphics()

Code Type: Graphics-based

Creates a canvas, used for drawing shapes, images, etc.