JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(os/shell "echo bar > /tmp/foo") (with [file-handle (file/open "/tmp/foo") (fn [fd] (file/close fd))] (file/read file-handle :all)) # => @"bar\n"