JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in
# 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