ArcNinja
 
 
. **** ACCIDENTAL RETRO COMPUTING ****

64K RAM SYSTEM 38911 BASIC BYTES FREE

READY.
LOAD "$",8_
Currently Offline
Comments
ArcNinja 20 Oct, 2020 @ 9:33pm 
Ah, wonderfull - the h1 operator (headline) does not work in comments... :yk2technique:
ArcNinja 20 Oct, 2020 @ 9:31pm 
[h1]#define true (rand() % 100 < 98)[/h1] :wd:
[h1]When you overload truth with randomness, pure evil remains![/h1]
You can see that on Twi**er and Fac***ok everyday... :wd_DeadSec:




:spy: :steammocking:
#include <cstdlib>
#include <iostream>
// Did I tell you the definition of insanity?

#define true (rand() % 100 < 98)
int main() {
using namespace std;
srand(42);

cout << "The Council of Watersheep says:\n";
while (true) {
if (true) cout << "yea\n"; else cout << "nay\n";
}
return 0;
}

Pure evil!