| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
4.1 Pseudo Statements
These statements are not statements in the traditional sense. They are not executed statements. Their function is performed at "compile" time.
-  limits
- Print the local limits enforced by the local version of - bc. This is an extension.
-  quit
- When the - quitstatement is read, the- bcprocessor is terminated, regardless of where the- quitstatement is found. For example, "if (0 == 1) quit" will cause- bcto terminate.
-  warranty
- Print a longer warranty notice. This is an extension. 
