On Mon, 28 Jan 2019, Sven Schreiber wrote:
Hi,
the following isn't new, and maybe we discussed it already:
<hansl>
function void checkl(list L)
L -= const time
list L print
end function
list myL = time
checkl(myL) # still shows time
</hansl>
Note that outside of a function it works.
I don't recall discussing this before (though maybe we did). Anyway,
it's wrong behaviour and I'll look into it.
Allin