diff options
Diffstat (limited to 'examples/out')
| -rw-r--r-- | examples/out/fac | 12 | ||||
| -rw-r--r-- | examples/out/num | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/examples/out/fac b/examples/out/fac new file mode 100644 index 0000000..3de0ab5 --- /dev/null +++ b/examples/out/fac @@ -0,0 +1,12 @@ +Globals: + a=0 + b=720 + c=0 + z=0 +Functions: + F, 13 nodes + I, 7 nodes +Stack: + 6 + 720 + 720 diff --git a/examples/out/num b/examples/out/num new file mode 100644 index 0000000..f268f3b --- /dev/null +++ b/examples/out/num @@ -0,0 +1,12 @@ +Globals: + e=1 + n=9 + t=10 + z=47 + E=-1 + T=58 + Z=0 +Functions: + P, 3 nodes +Stack: + 22869 |