Harbour doesn't recognize the following operator:
Compiling the following sample
I get
EMG
^^Compiling the following sample
STATIC n
FUNCTION MAIN()
n = 1
? n
RETURN NILI get
Warning W0003 Variable 'N' declared but not used in function 'TEST(1)'
Warning W0001 Ambiguous reference 'N'
Warning W0001 Ambiguous reference 'N'EMG