fb:porticula NoPaste
@nemored, Copy-Konstruktor
Uploader: | Stueber |
Datum/Zeit: | 17.08.2010 20:41:19 |
type test
i as integer
declare constructor (byval i as integer)
end type
constructor test (byval i as integer)
end constructor
sub a (byval i as test)
end sub
a(2)