1a30b880eStron./dict_open: warning: regexp map dict_regexp.map, line 1: ignoring extra text after IF statement: "fodder" 2a30b880eStron./dict_open: warning: regexp map dict_regexp.map, line 1: do not prepend whitespace to statements between IF and ENDIF 341fbaed0Stron./dict_open: warning: regexp map dict_regexp.map, line 5: ignoring extra text after ENDIF 4*f3bc92a4Schristos./dict_open: warning: regexp map dict_regexp.map, line 9: no replacement text: using empty string 541fbaed0Stron./dict_open: warning: regexp map dict_regexp.map, line 10: out of range replacement index "5": skipping this rule 641fbaed0Stron./dict_open: warning: regexp map dict_regexp.map, line 17: $number found in negative match replacement text: skipping this rule 741fbaed0Stron./dict_open: warning: regexp map dict_regexp.map, line 22: no regexp: skipping this rule 8*f3bc92a4Schristos./dict_open: warning: regexp map dict_regexp.map, line 24: ignoring ENDIF without matching IF 9*f3bc92a4Schristos./dict_open: warning: regexp map dict_regexp.map, line 25: ignoring ENDIF without matching IF 10*f3bc92a4Schristos./dict_open: warning: regexp map dict_regexp.map, line 27: IF has no matching ENDIF 11*f3bc92a4Schristos./dict_open: warning: regexp map dict_regexp.map, line 26: IF has no matching ENDIF 12*f3bc92a4Schristosowner=untrusted (uid=USER) 1341fbaed0Stron> get true 1441fbaed0Strontrue: not found 1541fbaed0Stron> get true1 1641fbaed0Strontrue1=1 1741fbaed0Stron> get true2 1841fbaed0Strontrue2: not found 1941fbaed0Stron> get truefalse2 2041fbaed0Strontruefalse2=2 2141fbaed0Stron> get 3 2241fbaed0Stron3: not found 2341fbaed0Stron> get true3 2441fbaed0Strontrue3=3 2541fbaed0Stron> get c 2641fbaed0Stronc= 2741fbaed0Stron> get d 2841fbaed0Strond: not found 2941fbaed0Stron> get ab 3041fbaed0Stronab: not found 3141fbaed0Stron> get aa 3241fbaed0Stronaa=a!b 3341fbaed0Stron> get 1235 3441fbaed0Stron1235=(1)(2)(3) 3541fbaed0Stron> get 1234 3641fbaed0Stron1234=(1)(2)(3)(4) 3741fbaed0Stron> get 123 3841fbaed0Stron123=(1)(2)(3) 3941fbaed0Stron> get bar/find 4041fbaed0Stronbar/find: not found 4141fbaed0Stron> get bar/whynot 4241fbaed0Stronbar/whynot=Don't have a liquor license 4341fbaed0Stron> get bar/elbereth 4441fbaed0Stronbar/elbereth=(elbereth) 4541fbaed0Stron> get say/elbereth 4641fbaed0Stronsay/elbereth: not found 47