lkrocek
8 years agoBinge Watcher
global as a reserved word
Reserved Words it seems I miss global word in list of reserved words, cause my app crash if I will use it: sub init() global = "x" 'originally I wanted to use: global = getGlobalAA() end sub ...