GB Programming: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>Flandre Scarlet
>ISSOtm
m (→‎Chaining conditionals: Fixed a mistake.)
Line 942: Line 942:
I'll leave the following code as an exercise :
I'll leave the following code as an exercise :
<pre>
<pre>
if((h == $C0 || l == $DE) || a == $2A) {
if((h == $C0 && l == $DE) || a == $2A) {
// Success stuff
// Success stuff
} else {
} else {