VersionSub (lines 47-58)
Back to List
Browsing verblibm.h
0047 [ VersionSub;
0048 Banner();
0049 if (standard_interpreter > 0)
0050 print "Standard interpreter ",
0051 standard_interpreter/256, ".", standard_interpreter%256,
0052 " (", 0->$1e, (char) 0->$1f, ") / ";
0053 else print "Interpreter ", 0->$1e, " Version ", (char) 0->$1f, " / ";
0054 print "Library serial number ", (string) LibSerial, "^";
0055 #IFDEF LanguageVersion;
0056 print (string) LanguageVersion, "^";
0057 #ENDIF;
0058 ];
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.