JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(seq [i :range [0 10] :when (odd? i)] (math/pow 2 i)) # => @[2 8 32 128 512] # array with 2 to the power of all odd numbers smaller than 10