script parser
Posted: 30 Dec 2008 17:36
If when writing script you use a tab to space out on the same line then the script goes wrong.
eg.
global $a ="A";
goto <xypath>;
works
global $a ="A"; //test
goto <xypath>;
fails where tabs are used to space out the comment
Is this as intended?
eg.
global $a ="A";
goto <xypath>;
works
global $a ="A"; //test
goto <xypath>;
fails where tabs are used to space out the comment
Is this as intended?