Skip to content

Instantly share code, notes, and snippets.

Created December 13, 2012 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4275282 to your computer and use it in GitHub Desktop.
Save anonymous/4275282 to your computer and use it in GitHub Desktop.
A simplistic introduction into programming.
15
-1
4.39010
"Holla!"
"You can observe a lot by watching."
"?"
"400"
1 + 1
10 * 2
1 + (10 / 2) ^ 2
"Good" .. "morning!"
"kltpzyxM" .. "eybdooG"
("U" .. "U") .. "D" .. "D" .. ("L" .. "R" .. "L" .. "R") .. "A" .. "B"
x := 4
y := 2
x + y
name := "Kurtis"
"Hello, " .. name
age := 2017 - 1987
age + 10
"I'm younger than " .. age
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment