RosettaCodeData/Task/Null-object/PL-I/null-object.pli
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

7 lines
132 B
Text

declare x fixed decimal (10);
...
if ^valid(x) then signal error;
declare y picture 'A9XAAA9';
...
if ^valid(y) then signal error;