From f9df91ee9fcb079634e1c66a90e8fbc20ae0c89d Mon Sep 17 00:00:00 2001 From: Kaiser <54066349+Ihre-Kaiserliche-Hoheit@users.noreply.github.com> Date: Thu, 16 Dec 2021 12:43:39 +0100 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index a48038c..d609663 100644 --- a/readme.md +++ b/readme.md @@ -12,12 +12,12 @@ Rust developers hate it, Python developers fear it, and C developers make it bli \`\`´´ this makes a multiline comment ### If, else if/elif, else -`¿??/condition\\? | ()` - if -`?>/condition\\? | ()` - elif/else if -`\>?/condition\\? | ()` - else +`¿??/condition\? | ()` - if +`?>/condition\? | ()` - elif/else if +`\>?/condition\? | ()` - else After `??` and `?>` either a `$` or `€` to declare if all conditions are to be true or false respectivly -Two variables will be compared by an if statment without "==" eg `¿??$/1 1\\? | ()` compares if 1 == 1 and if that result needs to be true to run the code in between the two round brackets +Two variables will be compared by an if statment without "==" eg `¿??$/1 1\? | ()` compares if 1 == 1 and if that result needs to be true to run the code in between the two round brackets ### Variable Types `}}type{{` uses the standard types like int, str, float, etc