JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(let [tbl @{:a 1}] (merge-into tbl {:b 2}) tbl) # => @{:a 1 :b 2} # real-world example: https://git.sr.ht/~subsetpark/bagatto/tree/19aea03fe23fe5486890912df7dc4a936ce617a3/item/main.janet#L23