Changeset 1185
- Timestamp:
- 01/02/08 00:33:59 (7 months ago)
- Files:
-
- 1.8.3/trunk/CHANGES.182 (modified) (1 diff)
- 1.8.3/trunk/game/txt/hlp/pennfunc.hlp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/CHANGES.182
r1182 r1185 20 20 21 21 Documentation: 22 * andlpowers() and orlpowers() were missing help files. Reported by23 Parusso.22 * Various help file fixes: Grammar, missing entries, etc. Reported 23 by Parusso, Adam. 24 24 25 25 Version 1.8.2 patchlevel 8 Jan 01, 2008 1.8.3/trunk/game/txt/hlp/pennfunc.hlp
r1182 r1185 4178 4178 strmatch(<string>, <pattern>[, <register list>]) 4179 4179 4180 This function ismatches <pattern> against the entire <string>.4180 This function matches <pattern> against the entire <string>. 4181 4181 It returns 1 if it matches and 0 if it doesn't. It is not 4182 4182 case-sensitive, and <pattern> may contain wildcards.
