git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5925 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-04-11 19:49:41 +00:00
parent 3b43d998c2
commit 0d56ce0615
20 changed files with 1913 additions and 214 deletions

View File

@ -172,7 +172,7 @@ commands before the variable would become exhausted. For example,
<PRE>label loop
variable a loop 5
print "A = $a"
if $a > 2 then "jump in.script break"
if "$a > 2" then "jump in.script break"
next a
jump in.script loop
label break