package PKG // must be main if to be executed
import xxx
top-level stmt
func … // must contain main if to be executed
same as C except:
&^
meaning “and not”x++
remained (and returns nothing)var|const|type … (except for the missed colon, just as Nim)
var|const|type (
…
)
(except the added paran and the missed colon, just as Nim)