Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing Grammar.h

Meta verbs (lines 46-69)

046  Verb meta 'score'
047      *                                           -> Score;
048  Verb meta 'fullscore' 'full'
049      *                                           -> FullScore
050      * 'score'                                   -> FullScore;
051  Verb meta 'script' 'transcript'
052      *                                           -> ScriptOn
053      * 'on'                                      -> ScriptOn
054      * 'off'                                     -> ScriptOff;
055  Verb meta 'noscript' 'unscript'
056      *                                           -> ScriptOff;
057  Verb meta 'verify'
058      *                                           -> Verify;
059  Verb meta 'version'
060      *                                           -> Version;
061   
062  #Ifndef NO_PLACES;
063  Verb meta 'objects'
064      *                                           -> Objects;
065  Verb meta 'places'
066      *                                           -> Places;
067  #Endif; ! NO_PLACES
068   
069  ! ------------------------------------------------------------------------------


Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.