JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(def buf-bytes 12) (var new-buffer (buffer/new buf-bytes)) #--> @"" (buffer/push new-buffer "hello, world") #--> @"hello, world"