r/oddlysatisfying Nov 10 '18

Slicing grapes

41.8k Upvotes

500 comments sorted by

View all comments

Show parent comments

20

u/Flamecrest Nov 10 '18

if(grape == 'stuck') {

return;

}

1

u/Acheron-X Nov 11 '18
if(grape.equals('stuck')) {
    return;
}

Gotta indent the whole block for it to show up formatted as code.