Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

PrintOrRun (lines 4043-4051)

4043  [ PrintOrRun obj prop flag;
4044    if (obj.#prop > 2) return RunRoutines(obj,prop);
4045    if (obj.prop==NULL) rfalse;
4046    switch(metaclass(obj.prop))
4047    {   Class, Object, nothing: return RunTimeError(2,obj,prop);
4048        String: print (string) obj.prop; if (flag==0) new_line; rtrue;
4049        Routine: return RunRoutines(obj,prop);
4050    }
4051  ];


Last updated 27 February 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.