aboutsummaryrefslogtreecommitdiff
path: root/test.icl
diff options
context:
space:
mode:
authorCamil Staps2016-03-29 22:51:02 +0200
committerCamil Staps2016-03-29 22:51:02 +0200
commit786c7fbc17c149996f2d9b6cc92800d459b3de9a (patch)
treed0981636713b2cb7fdd56d0d1ec235b3a5fc6e33 /test.icl
parentInitial commit (diff)
Fix seq; more readme
Diffstat (limited to 'test.icl')
-rw-r--r--test.icl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.icl b/test.icl
index 95f1276..54668f2 100644
--- a/test.icl
+++ b/test.icl
@@ -20,9 +20,10 @@ sqrt = 'z' := 0 :.
'o' := 'o' + 2 :.
's' := 's' + 'o' )
+//Start = toString (seq sqrt st)
Start = toString (tree sqrt st)
where
st :: Var -> Int
- st 'x' = 16
+ st 'x' = 9