File indexing completed on 2024-05-26 04:02:00

0001 v.setCursorPosition(0,5);
0002 v.type("$");
0003 v.type("ok");
0004 
0005 v.setCursorPosition(1,7);
0006 v.type("<");
0007 v.type("ok");
0008 
0009 v.setCursorPosition(2,7);
0010 v.type("{");
0011 v.type("ok");
0012 
0013 v.setCursorPosition(3,5);
0014 v.type("$");
0015 v.type("ok");