Skip to content

Commit

Permalink
add @text language (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryleduc authored and uwx committed Oct 6, 2019
1 parent bc99cc8 commit 08d2d5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can also request a new language to be added to the list, just leave a commen
- [ ] [[]](http://esolangs.org/wiki/Brackets)
- [ ] [\]](http://esolangs.org/wiki/Right_bracket)
- [ ] [@tention!](http://esolangs.org/wiki/@tention!)
- [ ] [@text](http://esolangs.org/wiki/@text)
- [x] [@text](http://esolangs.org/wiki/@text)
- [ ] [*><>](http://esolangs.org/wiki/Starfish)
- [ ] [*brainfuck](http://esolangs.org/wiki/*brainfuck)
- [ ] [*W](http://esolangs.org/wiki/*W)
Expand Down
11 changes: 11 additions & 0 deletions examples/#/@text.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
H = "[@@@@@@@@+]"
e = "[@@@@@]"
l = "[@@@@@@@@@@@@]"
o = "[@@@@@@@@@@@@@@@]"
W = "[@@@@@@@@@@@@@@@@@@@@@@@+]"
r = "[@@@@@@@@@@@@@@@@@@]"
d = "[@@@@]"
space = "[@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@?]"
exclamationMark = "[@@@@@@@@@@@?]"

print(H+e+l+l+o+space+W+o+r+l+d+exclamationMark)

0 comments on commit 08d2d5b

Please sign in to comment.