dev icon indicating copy to clipboard operation
dev copied to clipboard

Disable global variables automatic allocation for Cleo scripts

Open MiranDMC opened this issue 2 months ago • 0 comments

Global variables seems to be trap that every scripting newcomer falls in. Recently SB syntax evolved so much that I think automated assigning new named global variable, by just using it, is now out of place.

In my opinion, at least for Cleo scripts, global variables should be only accessible if defined in current mode, declared with ALLOC keyword or used numbered approach (like $409).

Seems somehow related to: #267

MiranDMC avatar May 14 '24 12:05 MiranDMC