Droid Engineer Archive
Thread: The droid programming language (first draft)
Page 7 of 7
Baroun
Wed Oct 08, 2003 5:24 am
#79
Excellent, excellent post.
One thing I would add - some string parsing functions. Check out the 'tcl' tool control language, which is open source. It has split(string,sep) which returns an array of strings based on the sep. For example:
x$=split ("attack numa", " ")
(the second parm is a space)
would yield
x$[0}
Page 7 of 7