aboutsummaryrefslogtreecommitdiff
path: root/WhileVars.dcl
diff options
context:
space:
mode:
authorCamil Staps2016-03-30 10:54:45 +0200
committerCamil Staps2016-03-30 11:25:31 +0200
commit25681f822f4a965ca38efa47eed9927b0edc75c7 (patch)
tree3d7b1bd603f83f5a5f4faff85939dd397beb67c2 /WhileVars.dcl
parentReadme: features, headings (diff)
Overloaded state, more boolean ops, unaliased Var
Diffstat (limited to 'WhileVars.dcl')
-rw-r--r--WhileVars.dcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/WhileVars.dcl b/WhileVars.dcl
new file mode 100644
index 0000000..4db8197
--- /dev/null
+++ b/WhileVars.dcl
@@ -0,0 +1,11 @@
+definition module WhileVars
+
+from While import ::Var(..)
+
+a :== Var 'a'; b :== Var 'b'; c :== Var 'c'; d :== Var 'd'; e :== Var 'e'
+f :== Var 'f'; g :== Var 'g'; h :== Var 'h'; i :== Var 'i'; j :== Var 'j'
+k :== Var 'k'; l :== Var 'l'; m :== Var 'm'; n :== Var 'n'; o :== Var 'o'
+p :== Var 'p'; q :== Var 'q'; r :== Var 'r'; s :== Var 's'; t :== Var 't'
+u :== Var 'u'; v :== Var 'v'; w :== Var 'w'; x :== Var 'x'; y :== Var 'y'
+z :== Var 'z'
+