From 7d2e945384421d0f877d239c3afc8511626ef4f0 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Wed, 4 Dec 2024 16:41:34 +0000 Subject: [PATCH] doc: add more inline conditional expressions to sample file --- doc/sample/Expressions.im | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sample/Expressions.im b/doc/sample/Expressions.im index bf82c8a..1727fa6 100644 --- a/doc/sample/Expressions.im +++ b/doc/sample/Expressions.im @@ -30,4 +30,4 @@ age = Person new(name:"John Doe" age:34) --q = 10 if x > 2. --q = if x > 2 then 10 else 20 end. -cout put:5 multiply(by:5 add:2). \ No newline at end of file +cout put:5 multiply(by:5 add:2) if x > 2. \ No newline at end of file