+ 2
An extra space counts as a code as well at the beginning of the code as well?
=begin hey there =ends puts "this is me" =begin bye there =end here in 2nd begin-end comment tag, there's a space before the sign =. So does that space count as well because it's showing error when i code this.
1 ответ
+ 4
Although it has been said that whitespaces are ignored by the interpreter there are some exceptions, do not put the space as it creates error