JanetDocsPlaygroundI'm feeling luckyGitHub sign in
# nested iteration (loop [a :in [100 200 300] b :in [1 2 3]] (print (+ a b))) # 101 # 102 # 103 # 201 # 202 # 203 # 301 # 302 # 303