JanetDocsSourcePlaygroundTutorialsI'm Feeling luckyCommunityGitHub sign in
(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