I'm not sure if I already asked this question in the past. Anyway, in the
following sample, why the second syntax is not accepted by the preprocessor?
#command TEST [<right: RIGHT> [<pad>]] ;
[COLOR <nClrFore> [,<nClrBack>]] ;
;
=> Test( <.right.>, <pad>, <nClrFore>, <nClrBack> )
FUNCTION MAIN()
TEST COLOR 1, 2 RIGHT 10 // first syntax
TEST RIGHT 10 COLOR 1, 2 // second syntax
RETURN NIL
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers