Multiple distinct objects: Difference between revisions

m
Line 894:
{"xy",{"xy","x","x","x","x",5},"x","x","x",5}
</pre>
Note that the last statement did not create a circular structure, something that is not possible in Phix, except via index-emulation.<br>
I suppose it is possible that someone could write
<lang Phix>sequence s = repeat(my_func(),5)</lang>
7,806

edits