I noticed this when working with sim900. I think ms should only require one 
argument.


Index: lib/ans94/facility/ms.frt
===================================================================
--- lib/ans94/facility/ms.frt   (revision 1596)
+++ lib/ans94/facility/ms.frt   (working copy)
@@ -1,3 +1,3 @@
 
 \ a trivial multitasking friendly ms
-: ms ?do pause 1ms loop ;
+: ms 0 ?do pause 1ms loop ;

-- 

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to