From f0de3c3d127fcd19f81f22717caa632469c9a755 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 20 Feb 2017 21:10:02 -0800 Subject: [PATCH] Fix this source file --- conditional.schala | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conditional.schala b/conditional.schala index 9499e5b..d76c77c 100644 --- a/conditional.schala +++ b/conditional.schala @@ -1,9 +1,8 @@ -if 20 -then +if 20 { a = 20 b = 30 c = 40 a + b + c -else +} else { Null -end +}