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

4 lines
57 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
Declare x bit(1);
x='1'b; /* True */
x='0'b; /* False */