Go to the first, previous, next, last section, table of contents.


Basic types

basic_type:
          `byte' | `char' | `int' | `long' | `float' | `double'
        | `boolean' | `pointer' | `selector'
        ;


Go to the first, previous, next, last section, table of contents.