RosettaCodeData/Task/Integer-sequence/Nu/integer-sequence.nu

2 lines
26 B
Text
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
for n in 1.. { print $n }