Re: [Amforth] Error

2019-01-18 Thread Erich Wälde
Hello Jan, > Where can I find some description of the used error numbers? > > I have now -4 read the fine document at http://amforth.sourceforge.net/TG/Architecture.html#exceptions :-) Erich -- May the Forth be with you ... ___ Amforth-devel mail

Re: [Amforth] Error

2019-01-18 Thread Matthias Trute
Hi, > Where can I find some description of the used error numbers? > > I have now -4 This is an exception, as explained in http://amforth.sourceforge.net/TG/recipes/Exceptions.html it has a link to the complete table at http://amforth.sourceforge.net/TG/Architecture.html#exceptiontable HTH Ma

[Amforth] Error

2019-01-18 Thread Jan Kromhout
Hello, Where can I find some description of the used error numbers? I have now -4 Cheers, Jan ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel

Re: [Amforth] String

2019-01-18 Thread Jan Kromhout
Thanks, it is working now. Next time I will read more careful! Cheers, Jan > Op 18 jan. 2019, om 16:01 heeft Richard Burden > het volgende geschreven: > > Jan > > The hint on the suggested page is ITYPE. > > Regards > Richard > > > On Fri., 18 Jan. 2019, 10:53 pm Jan Kromhout via Amfort

Re: [Amforth] String

2019-01-18 Thread Richard Burden
Jan The hint on the suggested page is ITYPE. Regards Richard On Fri., 18 Jan. 2019, 10:53 pm Jan Kromhout via Amforth-devel < amforth-devel@lists.sourceforge.net wrote: > Hi Matthias, > > I have read that but it is not working. > > : test s" test " type ; => no output > : test s" test “

Re: [Amforth] String

2019-01-18 Thread Jan Kromhout via Amforth-devel
Hi Matthias, I have read that but it is not working. : test s" test " type ; => no output : test s" test “ ; => no output I don’t know what is wrong! Jan > Op 18 jan. 2019, om 15:50 heeft Matthias Trute het volgende > geschreven: > > Hi Jan, > >> I try this and notting is hap

Re: [Amforth] String

2019-01-18 Thread Matthias Trute
Hi Jan, > I try this and notting is happens. How do I use this to print a > string when I run a compiled word? please have a look at http://amforth.sourceforge.net/TG/recipes/Simple-Strings.html it should answer your question(s) Matthias ___ Amfo

[Amforth] String

2019-01-18 Thread Jan Kromhout via Amforth-devel
Hello, I try this and notting is happens. How do I use this to print a string when I run a compiled word? : test s" test " type ; Cheers, Jan ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net http