Code: Select all | Expand
^^
Compiling the following sample
Code: Select all | Expand
STATIC n
FUNCTION MAIN()
n = 1
? n
RETURN NIL
I get
Code: Select all | Expand
Warning W0003 Variable 'N' declared but not used in function 'TEST(1)'
Warning W0001 Ambiguous reference 'N'
Warning W0001 Ambiguous reference 'N'
EMG