Help for this page

Select Code to Download


  1. or download this
       expression : INTEGER OP expression
                  { main::expression(@item) }
    ...
                  | INTEGER
                  | VARIABLE
                  { $main::VARIABLE{$item{VARIABLE}} ||= 0 }
    
  2. or download this
    Enter --> a=2 print a
    2
    ...
           ERROR (line 1): Invalid instruction: Was expecting assign instr
    +uction,
                           or print instruction
    Error returned by parsing