JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(let [p @{:a 1} t @{:b 2}] (table/setproto t p) [(get t :a) (table/rawget t :a)]) # => '(1 nil)