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

1h 19m 14s logged

to begin with: yes i was pirating brooklyn nine nine its a great show dont judge me if you think im weird for watching it you havent watched it but now getting to the arguably less important thing, this devlog consists of adding variable expressions, expressions in general, parens, and boolean expressions (no conditionals yet). its only 1h19m becuz i forgot that wakatime needs wifi, so i lost like an hour coding the expressions, this 1h19m is only the boolean expressions. so now the following new statements are valid
int score = 0;
score = score + 1;
print(score);
bool hi = false;
bool nope = false||true&&(true||false);
print(nope);

0
7

Comments 0

No comments yet. Be the first!