Any ideas for why this weird output is happening?
# announcements
c
Any ideas for why this weird output is happening?
c
my guess is - your non-labeled return on line 8. Shouldn't it be
return@forEach
?
c
@Czar Damn it, you might be right 😂, one sec
Yep, thanks dude
👌 2
k
What does the commented
println
have to do with that?
c
@karelpeeters It was to show where it does work, since I didn't know about the unlabeled return