01.06.2009, 01:31
I also noticed you can make a function without using private/public/stock/etc...
And you also won't need to make a forward declaration.
i.e.
In what ways would this be different than:
?
And you also won't need to make a forward declaration.
i.e.
Код:
Function() { ... }
Код:
public Function() { ... }