Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

L__M (lines 1996-2006)

1996  #ENDIF;
1997   
1998  ! ----------------------------------------------------------------------------
1999  !   Finally: the mechanism for library text (the text is in the language defn)
2000  ! ----------------------------------------------------------------------------
2001   
2002  [ L__M act n x1 s;
2003    s=sw__var; sw__var=act; if (n==0) n=1;
2004    L___M(n,x1);
2005    sw__var=s;
2006  ];


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.