JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(max 1 2 3) # => 3 (max (splice [1 2 3])) # => 3 (max ;[1 2 3]) # => 3 (apply max [1 2 3]) # => 3