param – Talk
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> | ||
:: >// private is implicit <- No it is not. [[User:Killzone Kid|Killzone Kid]] ([[User talk:Killzone Kid|talk]]) 08:02, 31 January 2017 (CET) | :: >// private is implicit <- No it is not. [[User:Killzone Kid|Killzone Kid]] ([[User talk:Killzone Kid|talk]]) 08:02, 31 January 2017 (CET) | ||
:: >// No it is not. <- So? could you be so kind as to give an example which gives a different behavior, with or without private in front of param?. [[User:Pierre MGI|Pierre MGI]] ([[User talk:Pierre MGI|talk]]) 08:54, 31 January 2017 (CET) |
Revision as of 08:55, 31 January 2017
- Posted on Jan 30, 2017 - 18:55 (UTC)
- Pierre MGI
-
Not sure there is an added value to write:
private _pos = param [0, [0,0,0], [objNull, []], [2,3]];
instead of :
_pos = param [0, [0,0,0], [objNull, []], [2,3]]; // private is implicit
- >// private is implicit <- No it is not. Killzone Kid (talk) 08:02, 31 January 2017 (CET)
- >// No it is not. <- So? could you be so kind as to give an example which gives a different behavior, with or without private in front of param?. Pierre MGI (talk) 08:54, 31 January 2017 (CET)