-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual getword()
iamnove edited this page Jan 18, 2023
·
53 revisions
string getword ( var s : string ) s : A string with zero or more words separated by space. return: The first word of the string.
NB: The argument string has the returned word removed.
---~---~---~---~---~---~---~---~---