File indexing completed on 2024-11-24 03:39:35
0001 v.setCursorPosition(9,13); 0002 v.enter(); 0003 v.type("ok()"); 0004 0005 v.setCursorPosition(8,11); 0006 v.enter(); 0007 v.type("ok()"); 0008 0009 v.setCursorPosition(7,20); 0010 v.enter(); 0011 v.type("ok()"); 0012 0013 v.setCursorPosition(6,22); 0014 v.enter(); 0015 v.type("ok()"); 0016 0017 v.setCursorPosition(5,22); 0018 v.enter(); 0019 v.type("ok()"); 0020 0021 v.setCursorPosition(4,20); 0022 v.enter(); 0023 v.type("ok()"); 0024 0025 v.setCursorPosition(3,10); 0026 v.enter(); 0027 v.type("ok()"); 0028 0029 v.setCursorPosition(2,17); 0030 v.enter(); 0031 v.type("ok()"); 0032 0033 v.setCursorPosition(1,12); 0034 v.enter(); 0035 v.type("ok()"); 0036 0037 v.setCursorPosition(0,14); 0038 v.enter(); 0039 v.type("ok()");