Skip to content

Instantly share code, notes, and snippets.

@rubenwardy
Last active August 29, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenwardy/708e1ffbd3f033d09197 to your computer and use it in GitHub Desktop.
Save rubenwardy/708e1ffbd3f033d09197 to your computer and use it in GitHub Desktop.
Yoda Language Draft
Yoda Language //
integer, x is.
inputs x, the user.
do
"yes", msg is.
if 0, x equals or
"no", msg is.
msg, console says.
x, console says.
do
decrease by 1, x does.
x, console says.
while 0, x bigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment