Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

CommandsOffSub (lines 1191-1198)

1191  [ CommandsOffSub;
1192      if (gg_commandstr == 0) return L__M(##CommandsOff, 2);
1193      if (gg_command_reading) return L__M(##CommandsRead, 5); ! was L__M(##CommandsOn, 2);
1194      glk($0044, gg_commandstr, 0); ! stream_close
1195      gg_commandstr = 0;
1196      gg_command_reading = false;
1197      L__M(##CommandsOff, 1);
1198  ];


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.