From 56cd967554e39dd9053b2b28c1f603ae63808527 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Tue, 20 May 2025 14:18:59 +0200 Subject: optionally omit parenthesis with sequential composition --- example/example.imp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example/example.imp') diff --git a/example/example.imp b/example/example.imp index d87c891..e1ddf22 100644 --- a/example/example.imp +++ b/example/example.imp @@ -1 +1,4 @@ -(x := 1; while x < 10 do x := (x * 2) end) +x := 1; +while x < 10 do + x := (x * 2) +end \ No newline at end of file -- cgit v1.2.3