summaryrefslogtreecommitdiff
path: root/tests/general/var.std
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/var.std')
-rw-r--r--tests/general/var.std114
1 files changed, 114 insertions, 0 deletions
diff --git a/tests/general/var.std b/tests/general/var.std
new file mode 100644
index 0000000..892c350
--- /dev/null
+++ b/tests/general/var.std
@@ -0,0 +1,114 @@
+&pos &subject: 3 abcde
+&pos &subject: 1 wxyz
+"main"
+"T"
+"L"
+"s"
+"a"
+&null
+"&error"
+"T[\"abc\"]"
+"T[\"abc\"]"
+"L[1]"
+"L[2]"
+"L[3]"
+"L[200]"
+"L[191]"
+"L[1]"
+"L[2]"
+"L[3]"
+"L[200]"
+"L[191]"
+"complex.r"
+
+----------------------------------------------------------------------
+co-expression_1(1)
+
+recurse local identifiers:
+ a = 5
+ b = 14
+ x = 19
+ y = -9
+recurse local identifiers:
+ a = 4
+ b = 10
+ x = 14
+ y = -6
+recurse local identifiers:
+ a = 3
+ b = 7
+ x = 10
+ y = -4
+
+global identifiers:
+ complex = record constructor complex
+ display = function display
+ image = function image
+ list = function list
+ main = procedure main
+ main2 = procedure main2
+ name = function name
+ push = function push
+ recurse = procedure recurse
+ repl = function repl
+ table = function table
+ variable = function variable
+ write = function write
+----------------------------------------------------------------------
+co-expression_1(1)
+
+recurse local identifiers:
+ a = 5
+ b = 14
+ x = 19
+ y = -9
+recurse local identifiers:
+ a = 4
+ b = 10
+ x = 14
+ y = -6
+recurse local identifiers:
+ a = 3
+ b = 7
+ x = 10
+ y = -4
+recurse local identifiers:
+ a = 2
+ b = 5
+ x = 7
+ y = -3
+recurse local identifiers:
+ a = 1
+ b = 4
+ x = 5
+ y = -3
+main local identifiers:
+ a = 1
+ x = 2
+ l0 = list_4 = []
+ l1 = list_5 = ['ABCDEFGHIKLMNOPQ...']
+ l2 = list_6 = ["supercalifragili...","expialidocious"]
+ l3 = list_7 = [1.618033989,2.718281828,3.141592654]
+ l4 = list_8 = [1,2,3,4]
+ l5 = list_9 = [1,2,3,4,5]
+ l6 = list_10 = [1,2,3,4,5,6]
+ l7 = list_11 = [1,2,3,...,5,6,7]
+ l8 = list_12 = [1,2,3,...,6,7,8]
+ l9 = list_13 = [list_4 = [],list_5(1),list_6(2),...,list_10(6),list_11(7),list_12(8)]
+ y = 3
+
+global identifiers:
+ complex = record constructor complex
+ display = function display
+ image = function image
+ list = function list
+ main = procedure main
+ main2 = procedure main2
+ name = function name
+ push = function push
+ recurse = procedure recurse
+ repl = function repl
+ table = function table
+ variable = function variable
+ write = function write
+----------------------------------------------------------------------