Skip to content

Instantly share code, notes, and snippets.

@jz5
Created August 9, 2014 18:02
Show Gist options
  • Save jz5/b95863c2f20bdb62ffe1 to your computer and use it in GitHub Desktop.
Save jz5/b95863c2f20bdb62ffe1 to your computer and use it in GitHub Desktop.
' NG
tokens.Statuses.Update(Function(status As String) "hello")
' OK
tokens.Statuses.Update({Function(status As String) "hello"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment