Help for this page

Select Code to Download


  1. or download this
    ({ 1, 2, "three", 0, ({ "internal", "array", 0, }), "end", })
                                                   ^          ^
                                                   |          |
                                                  Here and   Here
    
  2. or download this
    rule : production { $return = undef; 1; }
    
  3. or download this
    rule : production { $return = 1; }