From 7f12eaee0150f3b50111292484f23b592294d07c Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 31 Oct 2021 01:02:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89ae1ec..b0076a1 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ print(true and false or false or true and false); Loops and conditionals ``` -let x = true +let x = true; if x { print("true!"); } else { @@ -148,4 +148,4 @@ _ is dynamically and *strongly* typed `-` `*` `/` -`%` \ No newline at end of file +`%`