Skip to content
Craig Edwards edited this page Apr 28, 2023 · 3 revisions

GLOBAL

GLOBAL variable-name = expression

Declare or modify a variable, but mark it as GLOBAL, meaning its value is copied (not referenced) to any programs this program creates. This is used to pass command line parameters to your program by rocketsh.

Clone this wiki locally