big if true

@ShadowJonathan Reminds me of this good old hack:

int fail_count = 0;
setup_stuff();
if(0)
{
retry:
reset_stuff();
}

do_stuff();

if(failed && ++fail_count < 3)
{
goto retry;
}

@ShadowJonathan huge presumption  

you're just lucky its not WHILE true or you might be trapped forever 

@ShadowJonathan one of the best and biggest
@ShadowJonathan another one for the "jo's bangers" gallery

@ShadowJonathan
Surely

If true {
size = MAX_SIZE
}
?

@ShadowJonathan What programming language is it, though.
@LunaDragofelis @ShadowJonathan Could be several, I bet. :3
@LunaDragofelis @ShadowJonathan Swift does the no-parens thing, Ruby does too but its true might look different; Python has Capital True...
@LunaDragofelis @ShadowJonathan It looks like Ruby has lowercase true but oh right it doesn't have /braces./
@ShadowJonathan now you just need a small while false

@ShadowJonathan Let me leave this right here… :carefully puts stateful conditional continuations down before backing away a few steps, turning heel, and running:

https://gist.github.com/amcgregor/a816599dc9df860f75bd#file-quiz-clu-L11-L17

Clueless. A metaprogramming programming language that uses itself to define itself.

Clueless. A metaprogramming programming language that uses itself to define itself. - quiz.clu

Gist
@ShadowJonathan What language is this? No ( ) around the true, that is like Pascal, but then { } which is C syntax. (or comments in Pascal)
@ShadowJonathan The possibilities are endless.
@ShadowJonathan that looks like truth has no consequences
@ShadowJonathan I want you to know that I am boosting this, but I am not favoriting it. 
@ShadowJonathan legit LOL aaaa das funneeee
@ShadowJonathan hope it's not optimized XDD
@ShadowJonathan this is so stupid. Luckily i love stupid jokes and im giggling in the bathroom like a maniac.