Re: [Amforth] Compiling Label

2013-11-15 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Craig, > >> I tried your suggesting but sliteral cannot be compiled into >> another definition for some reason. > > sliteral is an immediate word. That means that you will have to use > postpone to compile it. Sorry, I forgot it.. A even better s

Re: [Amforth] Compiling Label

2013-11-15 Thread Matthias Trute
Hi Craig, > I tried your suggesting but sliteral cannot be compiled into another > definition for some reason. sliteral is an immediate word. That means that you will have to use postpone to compile it. Sorry, I forgot it.. Is the following at least somehow in the direction of what you want to