Make programs to escape the special characters
commit31830b89878ce31dc199797a452863014aa86e7e
authorff <_ff@tuta.io>
Thu, 14 Dec 2017 20:18:17 +0000 (14 21:18 +0100)
committerff <_ff@tuta.io>
Thu, 14 Dec 2017 20:18:17 +0000 (14 21:18 +0100)
treea69fd961539bb2425014882757fb6f3c998a23d7
parent4e9c4cf6277cf0e165fbb13d42482147ee02cf50
Make programs to escape the special characters

I have made three programs,
“open parenthesis”, “close parenthesis”, and “newline”,
that output a special character each.
To run a program called “program (v2)”,
you can type “program (open parenthesis)v2(close parenthesis)”.
Devember/log14.txt [new file with mode: 0644]
src/close parenthesis.c [new file with mode: 0644]
src/newline.c [new file with mode: 0644]
src/open parenthesis.c [new file with mode: 0644]