git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5925 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user