.. _true-pct: TRUE% ===== +----------+-------------------------------------------------------------------+ | Syntax | TRUE% | +----------+-------------------------------------------------------------------+ | Location | TRUFA | +----------+-------------------------------------------------------------------+ TRUE% is the constant 1. It is used to write programs which are more legible or which adopt habits from the PASCAL language. **Example** :: IF QuATARI=TRUE% THEN ... is the same as:: IF QuATARI THEN ... **CROSS-REFERENCE** :ref:`false-pct` is 0. :ref:`set` can be used to create constants as resident keywords.