Import v6.12.3 of the Inform 6 standard library
[informlib.git] / grammar.h
index 5dd98cff8afb2f7713f881f37ea2464b0ddf10d4..c7807c532f2d0a6a9013e33474d2d0380374c96c 100644 (file)
--- a/grammar.h
+++ b/grammar.h
@@ -1,9 +1,7 @@
 ! ==============================================================================
 !   GRAMMAR:  Grammar table entries for the standard verbs library.
 !
-!   Supplied for use with Inform 6 -- Release 6.12.2 -- Serial number 180520
-!
-!   Copyright Graham Nelson 1993-2004 and David Griffith 2012-2018
+!   Supplied for use with Inform 6 -- Release 6.12.3 -- Serial number 190320
 !
 !   This file is free software: you can redistribute it and/or modify
 !   it under the terms of the GNU Affero General Public License as
@@ -252,6 +250,7 @@ Verb 'drop' 'discard'
     * multiexcept 'on'/'onto' noun              -> PutOn;
 
 Verb 'throw'
+    * noun                                     -> ThrowAt
     * held 'at'/'against'/'on'/'onto' noun      -> ThrowAt;
 
 Verb 'eat'