bugs7
27th September 2002, 21:35
how one makes that ?
a dummy sample :
testOptional(a)
or
testOptional(a, b)
the 2 calls must work.
function testFacultatif(clip have, clip b) {
Defined(b)? a + b : a
}
It must be possible?
sorry for my poor english.
a dummy sample :
testOptional(a)
or
testOptional(a, b)
the 2 calls must work.
function testFacultatif(clip have, clip b) {
Defined(b)? a + b : a
}
It must be possible?
sorry for my poor english.