Skip to content

Commit

Permalink
Merge pull request #137 from palindromordnilap/forth
Browse files Browse the repository at this point in the history
#41 Add Forth implementation
  • Loading branch information
Krutonium authored May 16, 2020
2 parents 4520a5f + 90c413c commit afa08ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Forth/owo.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
: owo
cr 17 spaces ." *Notices Bulge*" cr
." __ ___ _ _ _ _ _ " cr
." \ \ / / |__ __ _| |_ ( ) ___ | |_| |__ (_) ___ " cr
." \ \ /\ / /| '_ \ / _\`| __|// / __| | __| '_ \| |/ __|" cr
." \ V V / | | | | (_| | |_ \__ \ | |_| | | | |\__ \" cr
." \_/\_/ |_| |_|\__,_|\__| |___/ \___|_| |_|_|/___/" cr ;
owo
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ Alternatively, [Try it online!](https://tio.run/##vVTJboMwEL33K0bKJRGyuVcVhx7ab6
<p>`chmod +x OwO.fish && ./OwO.fish`</p>
</details>

<details>
<summary>**Forth**</summary>
<p>`gforth owo.fs -e bye`</p>
</details>

<details>
<summary>**Go**</summary>
<p>`go run OwO.go`</p>
Expand Down

0 comments on commit afa08ef

Please sign in to comment.