Hey. So I have been working on my code lessons and well there are somethings that come up that I am not sure what their real purpose is. Such as the command "Unless" I know it's talking about the condition and if it is false it would activate the switch that you set example "Condition" it would be set up like this right?
Quote:
MLP = false
unless MLP
puts "I WANT TO WATCH MY LITTLE PONY!"
else
puts "TIME TO GO WATCH IT!"
end
|
Which you activate the event if it was set to true right? Or am I mistaken? oh and they are spaced out I am unsure why they don't show here