26.08.2018, 01:19
@******: "func" is probably referred to a macro such as #define func forward public, so should be a public already forwarded in the macro, so he dont have to type everytime:
forward Test()
public Test()
But just: func test
forward Test()
public Test()
But just: func test