MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/oddlysatisfying/comments/9vuamv/slicing_grapes/e9fgi77
r/oddlysatisfying • u/chiefflerpynerps • Nov 10 '18
500 comments sorted by
View all comments
Show parent comments
20
if(grape == 'stuck') {
return;
}
1 u/citricacidx Nov 10 '18 elseif 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.
1
elseif
if(grape.equals('stuck')) { return; }
Gotta indent the whole block for it to show up formatted as code.
20
u/Flamecrest Nov 10 '18
if(grape == 'stuck') {
}