RosettaCodeData/Task/Boolean-values/PL-M/boolean-values-2.plm

4 lines
47 B
Plaintext

DECLARE A BYTE;
A = 4 < 5;
/* A IS NOW 0FFH */