im working on a scripting language project (well, i havent started yet, because i have this important question ).
I'm not sure how I'd take commands that had arguments and process the arguments.
For example:

the command for printing some text to the console is:

Code:
Say "This is the text to be printed"
How would i recognise that the user has used the "say" command, and where the text they wish to print starts and finishes.

Thank you for any replies