lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


08.06.2019, 23:29, "szbnwer@gmail.com" <szbnwer@gmail.com>:
>> @attributename -- for attributes without arguments
>> @(attributename arguments) -- for attributes with arguments
>
> +1, but a big ONE!
> currently this is the most friendly for my eyes

indeed, this syntax looks better.
but what about - say -
@@attributename arg1 arg2 ...@
(assuming the arguments do not contain "@" themselves),
i. e. an "@" immediately following the preceding "@" indicates
an attribute with arguments ?

or even
@$attributename arg1 arg2 ...$
?