Hello everyone,

I've an other question for today
So, I see a lot's of code like that :
Code:
public bool: MyFunction( id , ... ) { /* some code */ }
Code:
public Float: MyFunction( id , ... ) { /* some code */ }
Code:
public AwesomeFuction: MyFunction( id , ... ) { /* some code */ }
So me, when i do that it do not work a lot's ...
When i compil my code they are a
terrible warning
Quote:
|
/tmp/textgWIKME.sma(65) : warning 213: tag mismatch
|
So why the other code works and mine not ?
Thanks all in advance héhé
__________________