One Slide of Standard Stuff ...
Data Types: boolean, ubyte, sbyte, char, integer, uinteger, float, double, quad, complex, ...
Binary Operators: +, -, *, /, ^, %, &, |
Relational Operators: =, !=, <, >, <=, >=
Bit Operators: bnot(),band(),bor(),bxor(),bsl(),bsr()
Assignments: :=, +=, -=, *=, /=, %=, &=, |=
Contol Structures: if-then-{elsif}-else, repeat-until, while-do, for-do, exit, return, continue, halt, begin-end