The Four-Eyed Guide to TADS 3 by David Welbourn index


NO

Syntax

Note that N is a synonym for NORTH, not NO.

Default minimal behavior

>no
[TODO]

no matches VerbRule(No) which invokes NoAction. [TODO]

Simple Saying No

>no
[TODO]

Summary of library references to saying no

actions.t

Short description

DefineIAction(No)

Defines class NoAction: IAction

Note: DefineIAction(name) is a macro defined in adv3.h.

Note: IAction is a class defined in action.t.

actor.t

Short description

objects.t

Short description

thing.t

Short description

en_us\en_us.t

Short description

VerbRule(No)

Associates the grammar "no" with NoAction.

Note: VerbRule(tag) is a macro defined in en_us.h.

Note: NoAction is defined in actions.t (see above).

en_us\msg_neu.t

Short description