Update readme.md

This commit is contained in:
Kaiser 2021-12-16 12:43:39 +01:00
parent d1a3ff130f
commit f9df91ee9f

View file

@ -12,12 +12,12 @@ Rust developers hate it, Python developers fear it, and C developers make it bli
\`\`´´ this makes a multiline comment \`\`´´ this makes a multiline comment
### If, else if/elif, else ### If, else if/elif, else
`¿??/condition\\? | ()` - if `¿??/condition\? | ()` - if
`?>/condition\\? | ()` - elif/else if `?>/condition\? | ()` - elif/else if
`\>?/condition\\? | ()` - else `\>?/condition\? | ()` - else
After `??` and `?>` either a `$` or `€` to declare if all conditions are to be true or false respectivly 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 ### Variable Types
`}}type{{` uses the standard types like int, str, float, etc `}}type{{` uses the standard types like int, str, float, etc