32
Should I Rust or should I Go?
(kerkour.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Huh, ok. I thought something like
match = 0
in an old script might break a more recent version.But you may very well be correct.
match
isn't a protected keyword likeif
is.Is legal and will give print out 0.
Well, today I learned. Thanks for pointing it out.