:
Size: a a a
:
Ra
VК
VК
Ra
Ra
VК
Ra
ДК
Ra
t1()
t2()
Func t2()
ConsoleWrite('t2='&$x[0]&@CRLF)
EndFunc
Func t1()
Global $x[2] = [5,6]
EndFunc
warning: $x: possibly used before declaration.
ДК
t1()
t2()
Func t2()
ConsoleWrite('t2='&$x[0]&@CRLF)
EndFunc
Func t1()
Global $x[2] = [5,6]
EndFunc
warning: $x: possibly used before declaration.
Ra
Ra
ДК
Ra
Ra
Opt('MustDeclareVars', 1)
....
Global $varname = Null
Init()
Ra