|
hav Wanderer
Joined: 05 Oct 2004 Posts: 61 Location: Riga, Latvia
|
Posted: Sat Dec 16, 2006 4:11 am
[1.24] minor compatibility report glitch |
Code: |
#IF (@a<@b) {1}
#IF (@c>0) {2} |
Compiles normally but shows up in compatibility report.
Trigger test
<> immediate expansion syntax no longer used [Help] : <@b) {1} #IF (@c> |
|
|
|
Larkin Wizard
Joined: 25 Mar 2003 Posts: 1113 Location: USA
|
Posted: Sat Dec 16, 2006 2:16 pm |
The Compatibility Report is a simplistic checker and only to be used as a rough guideline in porting your old scripts. If you look at something and determine it to be fine, just ignore that part of the report.
|
|
|
|
|
|