diff --git a/src/library/Logic.nim b/src/library/Logic.nim index e3bf7f978d..baf2d6b3f9 100644 --- a/src/library/Logic.nim +++ b/src/library/Logic.nim @@ -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! @@ -469,4 +469,4 @@ proc defineLibrary*() = # Add Library #======================================= -Libraries.add(defineLibrary) \ No newline at end of file +Libraries.add(defineLibrary)