Skip to content

Commit

Permalink
Fix typo in or? example
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Jan 18, 2025
1 parent c4054ed commit 0cc6a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/Logic.nim
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ proc defineLibrary*() =
y: 4
if or? x=2 y>5 [
print "yep, that's correct!"]
print "yep, that's correct!"
]
; yep, that's correct!
Expand Down Expand Up @@ -469,4 +469,4 @@ proc defineLibrary*() =
# Add Library
#=======================================

Libraries.add(defineLibrary)
Libraries.add(defineLibrary)

0 comments on commit 0cc6a18

Please sign in to comment.