Skip to content

Instantly share code, notes, and snippets.

@WayneCui
Created March 25, 2014 14:50
Show Gist options
  • Save WayneCui/9763368 to your computer and use it in GitHub Desktop.
Save WayneCui/9763368 to your computer and use it in GitHub Desktop.
>> type? f: func[][print "foo"]
== function!
>> type? get 'f
== function!
>> type? f
"foo"
== unset!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment