ChorusOS 5.0 Source Delivery Guide

Boolean Constants

This defines the 'true' and 'false' boolean constants.

boolean_const
  { <true> | <false> }