*learns the basics of ruby syntax*
"to do a loop you have to write :
loop do
blabla
break if
end"
damn its weird
"or you can use :
loop {
blabla
break if
}"
way better why didnt you tell it earlier u-u
also i hate loop i prefer while
at the limit, for is useful
but why "until"
and why "unless" instead of "if"
why
well at least it exists
but it feels so weird
but i guess it's good that it exists