Add into to predicates
[mudsync.git] / mudsync / parser.scm
index 16a811b9903fcb605b7ec2bad3b4904ffb62574f..efda86e3b26c536bd5662355912dd2bd7101bf78 100644 (file)
@@ -61,7 +61,7 @@
 
 ;; definite and indefinite, but not partitive articles
 (define article '(or "the" "a" "an"))
-(define preposition '(or "with" "in" "inside" "on" "out" "out of"
+(define preposition '(or "with" "in" "inside" "into" "on" "out" "out of"
                          "at" "as" "to" "about" "from"))
 
 (define indirect-irx