setglobal

beasscript-logo-small

setglobal=variable=content

 

Syntax like setitem but a global variable is set which you can get with

<global:variable> and which is alive until you close the program.

 

Example:

 

setglobal=HelloWorld=Test

messagebox=<global:HalloWelt>