Skip to content

Instantly share code, notes, and snippets.

@danprince
Created November 19, 2013 04:28
Show Gist options
  • Save danprince/7540335 to your computer and use it in GitHub Desktop.
Save danprince/7540335 to your computer and use it in GitHub Desktop.
75 - Io string split
x :=method(s,d,
doString("list(\""..
s asMutable replaceSeq(d,",") ..
"\")")
)
// compressed
x :=method(s,d,doString("list(\"".. s asMutable replaceSeq(d,",") .."\")"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment