Manual:DIL Manual/getword()

From DikuMUD Wiki
< Manual:DIL Manual
Revision as of 13:08, 27 May 2020 by Nove (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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