Help for this page
print(foo + 2);
print(foo(+2));
print(foo() + 2);
Foo->method();
"Foo"->method();
Foo()->method();