langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
5
Task/Integer-sequence/PL-I/integer-sequence.pli
Normal file
5
Task/Integer-sequence/PL-I/integer-sequence.pli
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
infinity: procedure options (main);
|
||||
declare k fixed decimal (30);
|
||||
put skip edit
|
||||
((k do k = 1 to 999999999999999999999999999998))(f(31));
|
||||
end infinity;
|
||||
Loading…
Add table
Add a link
Reference in a new issue