1 2 3 4
/* custom error: The linear value has already been used */ $x = ToMutDict({1:2},0); select FromMutDict(MutDictInsert($x,3,4)), FromMutDict(MutDictInsert($x,5,6));