From 5d2189294d001bf6aa495f4baceaee7464675b06 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 27 Sep 2019 15:21:18 -0400 Subject: castig --- test.toc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test.toc') diff --git a/test.toc b/test.toc index e582078..d041aa3 100644 --- a/test.toc +++ b/test.toc @@ -1,8 +1,8 @@ main @= fn() { // b := !(5 > 3 && 4 <= 3 && 3 >= 2 || 0 == 1 || 5 != 3); - N @= 2; - foo : [N+1]int; - x : float; - x, foo[0], foo[1] = 1.3, 3, 5; + N, M @= 2; + foo := 3; + bar : float = foo as float; + }; -- cgit v1.2.3