23.09.2016, 16:57
(
Last edited by Gorgeousmaniac; 23/09/2016 at 04:58 PM.
Reason: typo
)
I apologize for ranting so much questions lately, but I just can't help it due to my dumb brain that lacks comprehension.
So, as the title said, what are De-tagging used for? And exactly, why do we De-tag variables?
Saw this on the wiki but it doesn't mention any reason on why do we have to de-tag these Variables.
Thanks for your answers!
So, as the title said, what are De-tagging used for? And exactly, why do we De-tag variables?
Saw this on the wiki but it doesn't mention any reason on why do we have to de-tag these Variables.
PHP Code:
new myTag: variable = 0,
AppleTag: another = 1;
Quote:
This is perfectly valid, however, when adding these two variables directly, you must use '_:' to 'de-tag' them, otherwise the compiler will produce a 'tag mismatch' warning. |