Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing infix.h

InfixPrintPA (lines 62-69)

0062  [ InfixPrintPA x n;
0063      for (n=#lowest_routine_number : n<=#highest_routine_number : n++) {
0064          if (x == Symb__Tab(INFIXTT_ROUTINE, n)) {
0065              print (InfixPrintRoutine) n; return;
0066          }
0067      }
0068      print "Routine(", x, ")";
0069  ];


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.