First version of the FML interpreter. It's slow and memory isn't
[egate.git] / fml / tempo.fml
index a323912..7e71977 100644 (file)
@@ -1,6 +1,6 @@
 # FML tempo test
 #
-# $Id: tempo.fml,v 1.1 1995/02/06 13:48:09 adam Exp $
+# $Id: tempo.fml,v 1.1.1.1 1995/02/06 13:48:10 adam Exp $
 \set x 1 
 \set max 10000 
 \while {\x \lt 10000} {\set x {\x \plus 1}}