Actual /prog/ on /prog/
i see moor /prog/ on /g/
fuck this shit
2
Name:
Anonymous
2013-03-12 5:21
/polecat kebabs/
If its any Konsolation, i would like to know how to use multiple If statements within a batch, or perhaps even using ELSE
5
Name:
Anonymous
2013-03-12 5:35
>>4
Ask the local eendian about the eef coommahnd.
>>5
maybe you should ask your local spic about my butt
7
Name:
Anonymous
2013-03-12 8:34
>>4
Whoa,
else‽ Cool your jets, this is
programming , not
advanced programming
!
8
Name:
Anonymous
2013-03-12 10:01
>>7
The other day I heard someone talking about while and for loops
I felt
sick , sick to my core.
I'll stick to
goto and
break, thankyou very much.
9
Name:
Anonymous
2013-03-12 10:08
>>8
I don't know how you
break without a loop, but I guess if it ain't broke, don't fix it.
10
Name:
Anonymous
2013-03-12 14:27
11
Name:
Anonymous
2013-03-12 14:37
E/G/IN dubz
12
Name:
Anonymous
2013-03-12 16:20
13
Name:
Anonymous
2013-03-12 21:15
up!
14
Name:
Anonymous
2013-03-12 22:26
>>4,7
DOS batch makes everything painful:
if not cond1 goto elsif_cond2
:: handle cond1
:elsif_cond2
if not cond2 goto elsif_cond3
:: handle cond2
:elsif_cond3
if not cond3 goto else
:: handle cond3
:else
:: handle else
:: endif
>>9,12
do {
/* loop */
if (cond1)
continue;
/* always */
if (cond2)
break;
/* catch */
} while (0);
EXPERT STRUCTURED PROGRAMMING
15
Name:
>>14
2013-03-12 22:28
Hurr:
if not cond1 goto elsif_cond2
:: handle cond1
goto endif
:elsif_cond2
if not cond2 goto elsif_cond3
:: handle cond2
goto endif
:elsif_cond3
if not cond3 goto else
:: handle cond3
goto endif
:else
:: handle else
:: endif
16
Name:
>>14,15
2013-03-12 22:29
if not cond1 goto elsif_cond2
:: handle cond1
goto endif
:elsif_cond2
if not cond2 goto elsif_cond3
:: handle cond2
goto endif
:elsif_cond3
if not cond3 goto else
:: handle cond3
goto endif
:else
:: handle else
:endif
Time for bed.