Skip to content

Instantly share code, notes, and snippets.

@sterpe
Created October 5, 2016 00:46
Show Gist options
  • Select an option

  • Save sterpe/f1d2ee4faedab865db3b2eca408d008b to your computer and use it in GitHub Desktop.

Select an option

Save sterpe/f1d2ee4faedab865db3b2eca408d008b to your computer and use it in GitHub Desktop.
Javascript blocks
//Get even more oldSKool
L10: var x
L20: var y
L30: var z
L40: x = 1
L50: y = 2
L60: z = 3
L70: console.log(x + y + z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment