programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: block editor

From: graham telfer <gtelfer_at_po.synapse.ne.jp>
Date: Thu, 28 Feb 2002 16:32:18 +0900

Hi,

I downloaded an evaluation copy of SwiftForth and am having problems
using the block editor. I wrote two code snippets, one for my linked
editor and one for the block editor.

: F_ADD ( --) 0 10 0 Do I + Dup U. Loop Drop Cr ;
: B_ADD ( --) 0 10 0 Do I + Dup U. Loop Drop Cr ;

The output for F_ADD is:
0 1 3 6 10 15 21 28 36 45
The output for B_ADD is:
0 5 10 15 15 15 15 15 11 7
Stack underflow

I realise that the block editor is no longer being supported but I would
really like to use the old style block editor instead of named
files

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Wed Feb 27 2002 - 23:32:01 PST

This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:21 PST