X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=examples%2Fif;h=5559a925822952633747faf9415ce6524c7c5a5b;hp=4f6040efd83e9541de7e29baf496194caf9e66de;hb=9d0e3c89b286456549c68a816d0729f193498f6a;hpb=de34a0eeb75a54ce9ae058797327cd5ddc853ecc diff --git a/examples/if b/examples/if index 4f6040e..5559a92 100644 --- a/examples/if +++ b/examples/if @@ -1,7 +1,7 @@ /* tests if and if/else */ -if (readBool) { +if (!readBool) { if (readInt < 0) print true; else