JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(def a @[]) (array/push a 1) # => @[1] a # => @[1] (array/push a 2) # => @[1 2] a # => @[1 2]