Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing infix.h

InfixActionSub (lines 720-728)

0720  [ InfixActionSub;
0721      print "; <", (InfixPrintAction) infix_lvalue;
0722      if (noun) print " (", (the) noun, ")";
0723      if (second) print " (", (the) second, ")";
0724      print ">^";
0725      if (second) <<(infix_lvalue) noun second>>;
0726      if (noun) <<(infix_lvalue) noun>>;
0727      <<(infix_lvalue)>>;
0728  ];


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.