Statements is for control execution.
If, else, select, return etc do change the control execution, however
Stmt also included "SimpleStmt" can contains:
SimpleStmt = EmptyStmt | ExpressionStmt | SendStmt | IncDecStmt | Assignment | ShortVarDecl .
which are not changing execution flow like "ComplexStmt" do.
Is the definition of Statement inappropriate, maybe "Statement contains execution expressions"?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/f50c2997-afbe-46f4-99a5-ab4150f410a7n%40googlegroups.com.