[feature] did you guys knew that "?" is a valid character for function/command name?
Ben Rubinstein
benr_mc at cogapp.com
Tue Sep 7 04:51:35 EDT 2010
This is very bad news for my long-held campaign to introduce '@' as an
optional (but one day might be checked) prefix to a parameter, to indicate in
the calling line that this is passed by reference.
ie
if functionWithSideEffects(tInput, @tOutput) then
...
should allow the reader to know immediately that 'functionWithSideEffects'
takes the second parameter by reference.
On 05/09/2010 22:01, Mark Wieder wrote:
> Andre-
>
> Sunday, September 5, 2010, 11:37:46 AM, you wrote:
>
>> Folks,
>
>> Did you guys knew that "?" is a valid character for naming functions and
>> commands? I just created a function like that and it works
>
> ...it gets worse... see bz #8048
>
More information about the use-livecode
mailing list