X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani-tests.mdc;h=794d918c246d76f27e95f00d645edff4bdeba0ec;hp=6be6a153f008e7e3f1300e592c7ea3f3d69ef350;hb=20a0aeadef40b5d44f10e41b64be4d9a6df360e0;hpb=d7e32bb049504f5e931f09ac041470f496c58b2c diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index 6be6a15..794d918 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -331,6 +331,7 @@ Here I break it into two parts, keeping the array code separate. a : number a = A; b:number = B + print "still", bigger // check for regression in scoping if a > 0 and b > 0: while a != b: if a < b: @@ -386,6 +387,7 @@ Here I break it into two parts, keeping the array code separate. Hello World, what lovely oceans you have! Is 55 bigger than 33 ? yes double 33 is 66 + still yes GCD of 55 and 33 is 11 Fibonacci: 1 1 2 3 5 8 13 21 34 55 89 144 hello was the str @@ -395,6 +397,7 @@ Here I break it into two parts, keeping the array code separate. Hello World, what lovely oceans you have! Is 12 bigger than 60 ? no double 60 is 120 + still no GCD of 12 and 60 is 12 Fibonacci: 1 1 2 3 5 8 13 21 34 55 89 144 I found the str over there