Skip to content

Instantly share code, notes, and snippets.

@Sgeo
Created January 10, 2014 11:55
Show Gist options
  • Save Sgeo/8350725 to your computer and use it in GitHub Desktop.
Save Sgeo/8350725 to your computer and use it in GitHub Desktop.
use [num] [
num: 0
count: func [x] [
num: num + x
print num
]
]
count 1 count 1 count 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment