First version of the FML interpreter. It's slow and memory isn't
[egate.git] / fml / tempo.fml
1 # FML tempo test
2 #
3 # $Id: tempo.fml,v 1.1.1.1 1995/02/06 13:48:10 adam Exp $
4 \set x 1 
5 \set max 10000 
6 \while {\x \lt 10000} {\set x {\x \plus 1}}