| Win32Forth question, Bill Ragsdale |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.forth · Group Profile
Author: Bill RagsdaleBill Ragsdale Date: Sep 19, 2008 11:31
Hi group, I'm back to Forth for a ham radio application using
Win32Forth and lovin' it.
I'm building a radio direction finder with a PIC processor. I need
the following for testing and later for a Forth-PIC target compiler.
I need to un-nest from a colon definition returning two levels up the
calling sequence in this form:
: ACTION-ITEM 101 DOUBLE-UNNEST ." This doesn't execute" ;
: CALLING-ROUNTINE 1 ACTION-ITEM .” don’t return here” ;
: OUTER-ROUTINE CALLING-ROUTINE .” return here with 101 and 1” ;
Any suggestions?
Best regards,
Bill Ragsdale
bill@billragsdale.cc
530-867-6241
|