3 lines
133 B
Text
3 lines
133 B
Text
|
|
a:="This is a test".split(); //-->L("This","is","a","test")
|
||
|
|
f(a.xplode()); // xplode takes a list and blows it apart into call args
|