Skip to content

Instantly share code, notes, and snippets.

@topokel
Created December 13, 2013 08:03
Show Gist options
  • Select an option

  • Save topokel/7941161 to your computer and use it in GitHub Desktop.

Select an option

Save topokel/7941161 to your computer and use it in GitHub Desktop.
>greentext scripting
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