Applications
Win32Forth Applications and extensions
PPP program.by Howard Oakford
Tool Belt by Wil Baden
Number.f by Jos v.d.Ven
Small.Zip by Playsnd Smaller turn key applications

These are by  Jos v.d.Ven.
S
peak.f Enables Win32Forth to talk to you in Forth-style. The manual is at the beginning of speak.f
Werror.f Contains more than 2000 error-codes of windows.
Stuct.f For C like structures. 
Number.f Shows numbers according to the international settings of the control panel. Limit: +/- 18.446.744.073.709.551.615 
Cpu.f Shows information and a number of features of your Pentuim.
Card File (Convert from Swift Forth)

Hello All,

I have uploaded a new version of my CardFile application in the Swift Forth News groupfaq.

Charles  1-8-03  [email protected]
CONDITIONAL COMPILATION

Wil Baden said:

I've been using the following. It works nicely when I'm modifying source,

    VARIABLE REVISION   REVISION OFF

    : xxx  REVISION @    IF  postpone \  THEN ; IMMEDIATE
    : +++  REVISION @ 0= IF  postpone \  THEN ; IMMEDIATE

I use "xxx" because "---" is already defined.  I have modified DFC to use
"xxx" and "+++" instead of "----" and "++++" so I can make an automatic
revision pair.
Hosted by www.Geocities.ws

1