1./dict_open: warning: regexp map dict_regexp.map, line 1: ignoring extra text after IF statement: "fodder" 2./dict_open: warning: regexp map dict_regexp.map, line 1: do not prepend whitespace to statements between IF and ENDIF 3./dict_open: warning: regexp map dict_regexp.map, line 5: ignoring extra text after ENDIF 4./dict_open: warning: regexp map dict_regexp.map, line 9: no replacement text: using empty string 5./dict_open: warning: regexp map dict_regexp.map, line 10: out of range replacement index "5": skipping this rule 6./dict_open: warning: regexp map dict_regexp.map, line 17: $number found in negative match replacement text: skipping this rule 7./dict_open: warning: regexp map dict_regexp.map, line 22: no regexp: skipping this rule 8./dict_open: warning: regexp map dict_regexp.map, line 24: ignoring ENDIF without matching IF 9./dict_open: warning: regexp map dict_regexp.map, line 25: ignoring ENDIF without matching IF 10./dict_open: warning: regexp map dict_regexp.map, line 27: IF has no matching ENDIF 11./dict_open: warning: regexp map dict_regexp.map, line 26: IF has no matching ENDIF 12owner=untrusted (uid=USER) 13> get true 14true: not found 15> get true1 16true1=1 17> get true2 18true2: not found 19> get truefalse2 20truefalse2=2 21> get 3 223: not found 23> get true3 24true3=3 25> get c 26c= 27> get d 28d: not found 29> get ab 30ab: not found 31> get aa 32aa=a!b 33> get 1235 341235=(1)(2)(3) 35> get 1234 361234=(1)(2)(3)(4) 37> get 123 38123=(1)(2)(3) 39> get bar/find 40bar/find: not found 41> get bar/whynot 42bar/whynot=Don't have a liquor license 43> get bar/elbereth 44bar/elbereth=(elbereth) 45> get say/elbereth 46say/elbereth: not found 47