Skip to content

Key VisualScript Syntax

Bruce Li edited this page Jan 21, 2024 · 4 revisions

log():

prints a value to the terminal.

ask():

asks for user input in the terminal

define:

defines a function

syntax should look like this:

define print(value):

    log(value)

    return

get:

imports a module (python compatible)

else if:

elif function

//:

comments

size:

length of a list

Clone this wiki locally