>FromYourCode();

Source code quote in BASIC149

 June 18, 2014 am30 10:43
LBL:
bool a = ! false;
if (a) {
do {
goto LBL;
} while (0);

Check similar quotes

Share this quote