This website requires JavaScript.
Explore
Help
Sign In
azur
/
bobbylisp
Watch
1
Star
1
Fork
You've already forked bobbylisp
0
mirror of
https://github.com/azur1s/bobbylisp.git
synced
2024-10-16 02:37:40 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
a7c9ab35e8
bobbylisp
/
example
/
quine.hz
4 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
read and write file
2022-03-12 18:17:12 -06:00
fun main: int = do
@read_file("./example/quine.hz") -- Run this from root folder
positional argument in piping
2022-03-12 23:03:07 -06:00
|> @write(_);
read and write file
2022-03-12 18:17:12 -06:00
end;
Reference in a new issue
Copy permalink