X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=examples%2Fif;h=5559a925822952633747faf9415ce6524c7c5a5b;hb=2316d61f350f8b39c9a3f76b91d1d14796d5183b;hp=4f6040efd83e9541de7e29baf496194caf9e66de;hpb=5f2040d19e69f864edcc7f2e2d27ea9bd298d26a;p=proglang.git 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