Evaluate a for loop based on a expression.
Hscript & expressions.
Date Created:Friday December 29th, 2006 03:41 AM
Date Modified:Friday August 01st, 2008 01:55 PM
/* IF WITH EXPRESSION: Embeds an expression, and the word "then" is not needed...but you can put it there. */ if `argc($var)`==1 then echo hello world! endif
