TCPL/A.02.4_Keywords

<<Navigation: 执行失败 ['AllContext' object has no attribute 'values'] (see also the log)>>

A.2.4 Keywords

The following identifiers are reserved for the use as keywords, and may not be used otherwise:

     auto          double      int          struct
     break         else        long         switch
     case          enum        register     typedef
     char          extern      return       union
     const         float       short        unsigned
     continue      for         signed       void
     default       goto        sizeof       volatile
     do            if          static       while

Some implementations also reserve the words fortran and asm.

TCPL/A.02.4_Keywords (2008-02-23 15:34:55由localhost编辑)