With syntax off the code appears like this which seems correct.
But after i do syntax on the code appears like this which seems incorrect to me.
(Notice the houses keyword in place of the case keyword)
I don't seem to understand this behaviour can you please help?
Thanks.
Context: https://tour.golang.org/flowcontrol/10
With
syntax off
the code appears like this which seems correct.But after i do
syntax on
the code appears like this which seems incorrect to me. (Notice thehouses
keyword in place of thecase
keyword) I don't seem to understand this behaviour can you please help? Thanks.