diff options
Diffstat (limited to 'impl/test/10.eqns')
-rw-r--r-- | impl/test/10.eqns | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/impl/test/10.eqns b/impl/test/10.eqns new file mode 100644 index 0000000..39598f4 --- /dev/null +++ b/impl/test/10.eqns @@ -0,0 +1,9 @@ +x = 0 +w = max(x,y,z,u,w) +y = w +z = w +u = a +a = b +b = c +c = d +d = w |