Open Y-Less opened 2 years ago
Furthermore:
//#pragma option -r
main()
{
Func();
}
/**
* - documentation
*/
#pragma deprecated - message
Func() {}
Output:
warning 234: function is deprecated (symbol "Func")
Disabling pawndoc means neither get used.
Output:
Output:
They both use the
->documentation
field in the symbol struct, and clearly order matters.