Hi Paolo, I glad that the others on the list could help you get a running system (thanks!).
> > ' refill-xon is refill ?? -13 15 > > I cannot figure out the reason or what those errors mean. It's a bit cryptic, I admit. But easy to decode: The ?? signals an error (technically an exception is raised that nobody handled). The -13 is the error (exception) code, -13 means "word not found" (a full list of all possible exceptions is in the docs somewhere, there are only a few). The 15 means the column in the text line in which the error has been detected. The 15th character is the final s from is. This the full story is: the word "is" is not found. And in fact, the IS got rewritten as forth code and can be found at lib/forth2012/is.frt. You need to load that file first. I'll update the docs. And probably write a recipe for the cookbook / FAQ. Matthias ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel