i'm trying to figure out how to do this in Small, .. but since it is similar to C , then maybe i can find out from how C can do it.
i have a string that contains this:
i need to take that string, and break it up into 2 other strings. var_1 and var_2
if it's not obvious, i want apple in var_1 , and fruit in var_2
any ideas?