JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
# 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