JanetDocs
Source
Playground
Tutorials
I'm Feeling lucky
Community
GitHub sign in
Run
Format
(def a @[]) (array/insert a 1 :a) # error: index out of range (array/insert a -2 :a) # error: index out of range