Difference between revisions of "Manual:DIL Manual/getword()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(No difference)

Latest revision as of 13:08, 27 May 2020


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.
---~---~---~---~---~---~---~---~---