File indexing completed on 2024-06-16 03:51:39

0001 v.setCursorPosition(0,1);
0002 v.type("+");
0003 v.type("=");
0004 v.type("ok;");
0005 
0006 v.setCursorPosition(1,1);
0007 v.type("+");
0008 v.type("+");
0009 v.type("=");
0010 v.type("ok;");
0011 
0012 v.setCursorPosition(2,1);
0013 v.type("+");
0014 v.type("+");
0015 v.type("+");
0016 v.type("=");
0017 v.type("ok;");
0018