Truth table: Difference between revisions

m
→‎{{header|REXX}}: elided a DOS glyph.
(→‎{{header|Java}}: Fixed indentation)
m (→‎{{header|REXX}}: elided a DOS glyph.)
Line 2,940:
::*   '''^'''     (caret,   circumflex,   hat)
Also included is support for two boolean values: '''TRUE''' and '''FALSE''' which are part of boolean expressions.
<lang rexx>/*REXX program displays a truth table of variables and an expression. Infix notation */
/*─────────────── is supported with one character propositional constants; variables */
/*─────────────── (propositional constants) that are allowed: A──►Z, a──►z except u.*/