# LONG limit (64 bits signed) $l = 1L loop { fn.println($l) $l += 1 }