Help for this page

Select Code to Download


  1. or download this
    test    ::= status positiveInteger? description? directive? | unknown
    unknown ::= {character}
    
  2. or download this
    tap         ::= lines
    lines       ::= line {lines}
    ...
    character          ::= ([:print:] - "\n")
    positiveInteger    ::= ( digit - '0' ) {digit}
    nonNegativeInteger ::= digit {digit}