JanetDocs
Source
Playground
Tutorials
I'm Feeling lucky
Community
GitHub sign in
Run
Format
(def f (file/temp)) (file/write f "ok stuff") (file/seek f :set 0) (file/read f :all) # N.b. file/temp's file is not accessible outside of the process