fork download
  1. for (i = -5; i < 0; i++) {
  2. if (i) print("true");
  3. else print("false");
  4. }
Success #stdin #stdout 0.01s 4984KB
stdin
1
2
10
42
11
stdout
true
true
true
true
true