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

Problem with (local)

From: Marcel Hendrix <mhx_at_iae.nl>
Date: Mon, 20 Aug 2007 23:01:44 +0200

I think the following code should have worked.

Because (local) apparently is broken, SwiftForth can't compile Anton Ertl's
anslocal.fs program ( http://www.complang.tuwien.ac.at/forth/anslocal.fs ).

-marcel

=== =========================
SwiftForth 3.0.7 09-Feb-2007
: local bl word count (local) 0 0 (local) ; immediate ok
: test local a a . ; a ?

== ==========================
Gforth 0.6.2, Copyright (C) 1995-2003 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
: local bl word count (local) 0 0 (local) ; immediate ok
: test local a a . ; ok
99 test 99 ok

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and
bug reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Mon Aug 20 2007 - 14:02:31 PDT

This archive was generated by hypermail 2.2.0 : Tue Dec 02 2008 - 03:04:42 PST