File indexing completed on 2024-11-24 03:39:36

0001 v.setCursorPosition(0, document.lineLength(0));
0002 v.enter();
0003 v.type("x = testarray[5:");
0004 v.type("end");
0005 v.type("]");
0006 v.enter();
0007 v.type("z = 5");
0008 v.enter();
0009 v.type("end");