Skip to content

Commit

Permalink
Update arithmatics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thatisuday authored Apr 18, 2020
1 parent c3a4fb6 commit 54f1b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/arithmatics.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ print( 'a is not b', a is not b ) # a is b
```

## :bulb: order of execution
() => +x => -x => ** => * => / => % => + => -
`()` => `+x` => `-x` => `**` => `*` => `/` => `%` => `+` => `-`

0 comments on commit 54f1b59

Please sign in to comment.