16

lol.. bugs are damn dangerous

Comments
  • 4
    '=' instead of '==' just started a robot apocalypse.. lol
  • 0
    I see soooo many mistake in that code. Snake_case with caml_casefor starters. Assignation in a comparison how is that even possible...
  • 1
    if it's in Swift that wouldn't happen because = doesn't return anything in Swift
  • 0
    @crackroach It would work in C and C++ as far as I know. Assigning to false or 0 returns false and assigning to true or something other than 0 returns true.

    So yeah, code won't be very easy to read but it totally works
  • 1
    Why even compare a Boolean to true or false? That's unnecessary.
Add Comment