8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PROCEDURE Main LOCAL A A := 'X' A += 'X' + hb_Eol() RETURN
PROCEDURE Main LOCAL A A := 'X' A += 'X' RETURN
On first sample, no error compiling with -w3 On second sample ok, test.prg:9: warning W0032 Variable 'A' is assigned but not used in function '6:MAIN'