cvsuser 03/08/09 10:41:33
Modified: languages/imcc/docs syntax.pod Log: unless doc update Revision Changes Path 1.6 +4 -0 parrot/languages/imcc/docs/syntax.pod Index: syntax.pod =================================================================== RCS file: /cvs/public/parrot/languages/imcc/docs/syntax.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- syntax.pod 29 Jul 2003 18:17:33 -0000 1.5 +++ syntax.pod 9 Aug 2003 17:41:32 -0000 1.6 @@ -167,6 +167,10 @@ B<lt>, B<le>, B<eq>, B<ne>, B<ge> or B<gt> B<var>, B<var>, B<identifier>. +=item unless <var> <relop> <var> goto <identifier> + +Like above, but branch if condition isn't met. + =item <var> = <var> B<set var, var>
