diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 12:57:37 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 12:57:37 +1000 |
commit | d11acd6d52351b35c102e9c18e32d38a11975c5b (patch) | |
tree | 87bed31ad5c1c1de24552eabad012fc2ce4ecc48 /impl/test/4.eqns | |
parent | 9f3fff18f29d250745a758d13e4c4d39f59bee9c (diff) |
Simple test stuff - examples from the paper
Diffstat (limited to 'impl/test/4.eqns')
-rw-r--r-- | impl/test/4.eqns | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/impl/test/4.eqns b/impl/test/4.eqns new file mode 100644 index 0000000..cd6045c --- /dev/null +++ b/impl/test/4.eqns @@ -0,0 +1,3 @@ +x = 1 +y = max(y + x, -10) +z = x * y |