Jump to content

3 lines - idk what this does


pencilbroke

Recommended Posts

First line: Assign 0 (false) to $forever because (0 != 1) equates to true.

Second line: if $forever equals true (it doesn't, it equals false) do nothing, else if $forever equals false (which it does), still do nothing. In other words, this line does nothing.

Third line: While $forever equals true (which it doesn't) echo "all your base are belong to us\n"

 

In other words, these three lines of code do pretty much nothing.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.