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