Skip to content
daniw edited this page Nov 2, 2014 · 1 revision

If statement

if(condition) {
    doTrue();
} else {
    doFalse();
}

Clone this wiki locally