[go: up one dir, main page]

Menu

[r19]: / XALLOC.MPL  Maximize  Restore  History

Download this file

11 lines (8 with data), 206 Bytes

+libhdr+mvec

.(t!10,i) [
  usevec(i$+1024,10000);
  i=0;i<5@ writef("%n*n", t$!i++=getvec(10));
  i=0;i<5@ writef("%n*n", freevec(t$!i++));
  i=0;i<5@ writef("%n*n", t$!i++=getvec(10));
  123
]