Created
December 13, 2013 08:03
-
-
Save topokel/7941161 to your computer and use it in GitHub Desktop.
>greentext scripting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lines that do not begin with ">" are not interpreted | |
| by the computer. | |
| The keyword "be" adds values to the global object | |
| >be me | |
| >be large, forever alone | |
| >be at home | |
| output: { me, large, forever alone, at home } | |
| >be me, large, forever alone, at home | |
| output is the same | |
| >be me, be large and forever alone, be at home | |
| this works as well | |
| The keywords "tfw" and "mfw" have the same meaning, and they | |
| produce output | |
| >tfw the feels | |
| using "no" after "tfw" or "mfw" gives opposite true/false output | |
| >mfw no gf | |
| outputs false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment