home *** CD-ROM | disk | FTP | other *** search
- @COLORSTRESS
-
- *Normaler Text
- 1 1 1 1 0 0
-
- *Falte zu
- 2 0 1 1 2 0
-
- *Faltenkopf
- 3 0 1 1 2 0
-
- *Faltentext
- 4 0 0 1 0 0
-
- *Faltenende
- 5 0 0 1 0 0
-
- *Lesezeichen
- 7 1 0 3 0 0
-
- Klammern
- 0 0 0 2 1 1
- (
- )
- [
- ]
- {
- }
-
- C-Befehle
- 0 1 0 2 1 1
- break
- case
- continue
- default
- do
- else
- for
- goto
- if
- repeat
- return
- sizeof
- switch
- typedef
- while
-
- C-Variablentypen
- 0 1 0 3 2 1
- auto
- char
- const
- double
- enum
- extern
- float
- inline
- int
- long
- register
- short
- signed
- static
- struct
- union
- unsigned
- virtual
- void
- volatile
-
- C-Operatoren
- 0 1 0 2 3 1
- !
- "
- %
- &
- '
- *
- +
- ,
- -
- .
- /
- :
- ;
- <
- =
- >
- ?
- ^
- |
- ~
-
- C-Kommentare
- 0 1 1 0 1 1
- */
- /*
- /*#?*/
- //#?
-
- C-Sonstiges
- 0 1 0 2 0 1
- argc
- argv
- envp
- main
-
- C++
- 0 1 0 2 0 1
- catch
- class
- delete
- friend
- new
- operator
- private
- protected
- public
- template
- throw
- try
-
- Precompiler B.
- 0 1 1 2 3 1
- #define
- #elif
- #else
- #endif
- #error
- #if
- #if!defined
- #ifdef
- #ifdefined
- #ifndef
- #include
- #include "#?"
- #include <#?>
- #line
- #pragma
- #undef
-
- Vordefiniertes
- 0 1 0 3 0 1
- __COMPMODE__
- __cplusplus__
- __DATE__
- __FILE__
- __MAXON__
- __STDC__
- __TIME__
-
- Nummern
- 0 0 0 3 0 1
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-
- Strings
- 0 1 0 3 0 1
- "#?"
-
- Lib-Variablentypen
- 0 1 0 3 0 1
- APTR
- BOOL
- BPTR
- BYTE
- BYTEBITS
- DOUBLE
- FLOAT
- GLOBAL
- IMPORT
- LONG
- LONGBITS
- REGISTER
- RPTR
- STATIC
- STRPTR
- TEXT
- UBYTE
- ULONG
- UWORD
- VOID
- WORD
-
- Lib-Defines
- 0 1 1 1 2 1
- FALSE
- NULL
- TRUE
-