mercredi 11 août 2021

how can i write complex conditions without parentheses in go

Good day to all. I am learning the golang programming language. how to write complex structures in if. for example, in c ++ I can do this: ((a> b && b> c) || ​​(d < e && e <f)). and how can I write this condition on GO, since parentheses in this language can not be used.

Aucun commentaire:

Enregistrer un commentaire