]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani-tests.mdc
parsergen - fix newline parsing (again)
[ocean] / csrc / oceani-tests.mdc
index dfb753df6b900abb4fb5e78df710169b8ab6c879..04b9458dbf422cc4659fcc8596cba089a66043c9 100644 (file)
@@ -115,6 +115,13 @@ calculations on them.
 
                aconst :: string = "unchanging"
 
+               // Check wrapping
+               print
+                 a + b
+                 + (a*2)
+                 + b1
+                 + b
+
 ###### output: valvar
 
        23 12 35 11 276 1.91667 11
@@ -122,6 +129,7 @@ calculations on them.
        23 12 12 -23 -12 12
        False True True False False False
        This is a string  field theory This is a string field theory
+       81
 
 Next we change the value of variables