RosettaCodeData/Task/Integer-sequence/DWScript/integer-sequence.dw

5 lines
55 B
Plaintext

var i: Integer;
for i:=1 to High(i) do
PrintLn(i);