| |
|
| \ You should have received a copy of the GNU General Public License |
\ You should have received a copy of the GNU General Public License |
| \ along with this program; if not, write to the Free Software |
\ along with this program; if not, write to the Free Software |
| \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
\ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. |
| |
|
| 0 |
0 |
| [IF] |
[IF] |
| false DefaultValue hash |
false DefaultValue hash |
| false DefaultValue xconds |
false DefaultValue xconds |
| false DefaultValue header |
false DefaultValue header |
| |
false DefaultValue new-input |
| [THEN] |
[THEN] |
| |
|
| true DefaultValue interpreter |
true DefaultValue interpreter |
| : cell% ( n -- size align ) |
: cell% ( n -- size align ) |
| T 1 cells H dup ; |
T 1 cells H dup ; |
| |
|
| |
Build: ( m v -- m' v ) dup T , H cell+ ; |
| |
DO: abort" Not in cross mode" ;DO |
| |
Builder input-method |
| |
|
| |
Build: ( m v size -- m v' ) over T , H + ; |
| |
DO: abort" Not in cross mode" ;DO |
| |
Builder input-var |
| |
|
| \ structural conditionals 17dec92py |
\ structural conditionals 17dec92py |
| |
|
| >CROSS |
>CROSS |