| home | contents | previous | next page | send comment | send link | add bookmark |

8. Elements of the T programming language

All the words and symbols in the T language are shown in this appendix:

Table 8.1 Key words


and             array           assert          boolean
case            char            const           continue
decreasing      div             do              else
elsif           end             enum            exit
false           for             function        get
goto            if              include         int
label           loop            mod             nand
nor             not             of              or
procedure       program         put             real
record          return          string          then
true            type            union           value
var             when            xor
Table 8.2 Standard functions and procedures

These words cannot be used as names for data or subprograms in your programs.

abs             arccos         	arcsin          arctan
arctanxy        ceil            chr             close
cos             cosh            cursor          eof
erealstr        exp             floor           frealstr
getexp          getkey          index           intreal
intstr          length          ln              locate
log10           log2            max             min
open            ord             pred            putch
putline         putpixel        putstr          rand
randint         randomize       randseed        realstr
repeat          round           scroll          setexp
setvideo        sign            sin             sinh
sqrt            strint          strreal         succ
tan             tanh            videomode       videotype
watch
Table 8.3 Special symbols
+       -       *       /       ^       (       )       &

:       ,       .       ...     \       %       "       '

:=      =       ~=      <       <=      >       >=


| home | contents | previous | next page | send comment | send link | add bookmark |

Copyright © 2004, Stephen R. Schmitt