Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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