Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Mword Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Mword («mword»)
          Moves the cursor to the beginning of the current word, or if
          the cursor is not in a word or at the beginning of the word,
          moves the cursor to the beginning of the previous word.
 
          A word is defined by the Word switch.
          See: Word
 
     Meta Mword («meta» «pword»)
          Moves the cursor to the immediate right of the previous word.
 
     Returns
 
     True:  Cursor moved.
     False: Cursor not moved; there are no more words in the file.
 
     See
 
     Pword
     Cursor Movement Commands
                                    -♦-