updates'
[minfp.git] / tests / preamble.mfp
index 8c01e96..120f93f 100644 (file)
@@ -6,4 +6,4 @@ $ ifxr 0 x y = x y;
 + ifxl 6 = code add;
 if = code if;
 fac i = if (i == 0) 1 (i * fac (i - 1));
-start = fac;
+start = fac 10;