You are browsing as a guest. Sign up (or log in) to start making projects!

28m 53s logged

yaknow booleans??? how they do be booleaning???? well now you can if with them!!! no else or else if yet, but now you cna do this:
int b = 1;
if (b>0) {
print(b);
}
and it prints 1

0
26

Comments 0

No comments yet. Be the first!