Skip to content

Instantly share code, notes, and snippets.

@robclancy
Last active August 29, 2015 13:57
Show Gist options
  • Save robclancy/9436849 to your computer and use it in GitHub Desktop.
Save robclancy/9436849 to your computer and use it in GitHub Desktop.
# The slim
- while page
- page = false
- break
# Compiles to
while page do;
page = false
break;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment