Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing infix.h

InfixGiveSub (lines 730-738)

0730  [ InfixGiveSub f;
0731      print "; give (", (the) noun, ") ";
0732      if (second < 0) { second = ~second; f=true; }
0733      if (second < 0 || second >= 48) "";
0734      if (f) print "@@126";
0735      print (DebugAttribute) second;
0736      if (f) @clear_attr noun second;
0737      else @set_attr noun second;
0738  ];


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.