JanetDocs
Source
Playground
I'm feeling lucky
Community
GitHub sign in
Run
Format
# in the file ex.janet (main [_ & args] (print "write something and I'll echo it") (def x (getline)) (print x)) # in the terminal: # $ janet ex.janet # write something and I'll echo it # bla <- you wrote this # bla