Skip to content

Instantly share code, notes, and snippets.

@zhongzhu
Created May 2, 2013 07:33
Show Gist options
  • Save zhongzhu/5500714 to your computer and use it in GitHub Desktop.
Save zhongzhu/5500714 to your computer and use it in GitHub Desktop.
show how to use "for" in EasyTest
eval $i=0
eval $max=10
for $i=0; $i<$max; $i++
print $i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment