macro boot.janet on line 143, column 1 (*= x & ns) Shorthand for (set x (* x n)).
(var x 1) (loop [n :range-to [1 5]] (*= x n)) x # => 120