#lang rhombus/static fun factorial(n): for values(a=1) (n in 1..=n): a * n factorial(6) // output: 720