MoveWord (lines 2928-2936)
Back to List
Browsing parserm.h
2928 ! MoveWord copies word at2 from parse buffer b2 to word at1 in "parse"
2929 ! (the main parse buffer)
2930 ! ----------------------------------------------------------------------------
2931
2932 [ MoveWord at1 b2 at2 x y;
2933 x=at1*2-1; y=at2*2-1;
2934 parse-->x++ = b2-->y++;
2935 parse-->x = b2-->y;
2936 ];
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.