Skip to content

Instantly share code, notes, and snippets.

@akyoto
Created June 28, 2012 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akyoto/3011981 to your computer and use it in GitHub Desktop.
Save akyoto/3011981 to your computer and use it in GitHub Desktop.
a = Vector<Byte>()
on a
add('a')
add(98)
add('c')
add(100)
add(0)
print String(a.data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment