Skip to content

Instantly share code, notes, and snippets.

@crufter
Created June 20, 2012 08:11
Show Gist options
  • Save crufter/2958748 to your computer and use it in GitHub Desktop.
Save crufter/2958748 to your computer and use it in GitHub Desktop.
-- This is a comment
set n (+ 2 4)
set x 8
if (< n x) (
println "Multiline if."
println "n is smaller than " x
)
println "n is greater or equal than " x
for x
println "n is " n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment