{ <# statements #> }
public func main () -> Int32 { // function block printf("Hello World!\n") return 0 }