On Tue, 7 Apr 2020, Artur Tarassow wrote:
>> foo(&mybundle, X, 1, 5, 0, 1) versus
>>
>> foo(&mybundle, X, TRUE, 5, FALSE, 1)
>
Oh yes, this is nice to read! I like it.
What about function statements of this type:
<hansl>
function void foo (const bool B[FALSE])
print B
end function
foo()
</hansl>
Does it make sense to allow such arguments for booleans? Currently that
fails.
That occurred to me too, but I haven't tried to enable it yet.
Allin