Functions that do not belong in one of the other categories. 
| Name | Description | 
| Assert | Conditionally abort program with error | 
| Break | Abort current loop | 
| Continue | Next cycle in current loop | 
| Exclude | Exclude an element from a set | 
| Exit | Exit current function or procedure | 
| Include | Include an element into a set | 
| LongJmp | Jump to execution point | 
| Ord | Return ordinal value of enumerated type | 
| Pred | Return previous value of ordinal type | 
| SetJmp | Mark execution point for jump | 
| SizeOf | Return size of variable or type | 
| Succ | Return next value of ordinal type |