Help for this page

Select Code to Download


  1. or download this
    $parser->startrule("a = 5 ; print a");
  2. or download this
    $parser->startrule("a = 5 ; print a ; print a"); # this fails
    $parser->startrule("a = 5 ; print a ; b = 1"); # this fails either