Skip to content

Commit

Permalink
Add example of not operator to lua.md (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
weaversam8 authored Mar 29, 2024
1 parent e067bd5 commit 8e03519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ layout: 2017/sheet
-- Logic (and/or)
nil and false --> nil
false and nil --> false
not true --> false
0 and 20 --> 20
10 and 20 --> 20

Expand Down

0 comments on commit 8e03519

Please sign in to comment.