RosettaCodeData/Task/Boolean-values/PL-I/boolean-values-1.pli

4 lines
57 B
Plaintext

Declare x bit(1);
x='1'b; /* True */
x='0'b; /* False */