|
Author
|
Message
|
|
Senior Member
Join Date: Jan 2011
Location: Big snow country.. :)
|

01-10-2013
, 05:08
Arguments question..
|
#1
|
Hello.
For example, a have this code:
public stage_a() {
new a, b, c
execfunc(a, b, c)
}
public stage_b() {
new a, b, D
execfunc(a, b, D)
}
Help me with true variant (code).. Using arguments: a, b, c OR D
public execfunc(a, b, c, D) {} - compile error
public execfunc(a, b, c:D) {} - compile warning
public execfunc(a, b, c or D) {} ?
__________________
sorry my bad english...
Last edited by alonelive; 01-10-2013 at 05:08.
|
|
|
|