Re: one more (stupid) idea ,,,
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: one more (stupid) idea ,,,
- From: Ulrich Schmidt <u.sch.zw@...>
- Date: 2016年4月19日 13:08:57 +0200
My Question was wrong, sorry. See my self reply.
: should become replaced by self:
and
. should become replaced by self.
Ulrich
Am 19.04.2016 um 13:05 schrieb Javier Guerra Giraldez:
just use a shorter variable name as an alias:
---------- myverylongclassname.lua -----
local MyVeryLongClassname = class(....)
local C = MyVeryLongClassname
function C:method(...)
.....
end
C.field = xxxxxx
....
return MyVeryLongClassname
------------------------------------------
- Prev by Date:
Re: one more (stupid) idea ,,,
- Next by Date:
Re: one more (stupid) idea ,,,
- Previous by thread:
Re: one more (stupid) idea ,,,
- Next by thread:
RE: one more (stupid) idea ,,,
- Index(es):