File indexing completed on 2024-11-17 03:41:07
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("ok"); 0010 0011 v.setCursorPosition(2,1); 0012 v.type("*"); 0013 v.type("="); 0014 v.type("ok"); 0015 0016 v.setCursorPosition(3,1); 0017 v.type("/"); 0018 v.type("="); 0019 v.type("ok"); 0020 0021 v.setCursorPosition(4,1); 0022 v.type("%"); 0023 v.type("="); 0024 v.type("ok"); 0025 0026 v.setCursorPosition(5,1); 0027 v.type("|"); 0028 v.type("="); 0029 v.type("ok"); 0030 0031 v.setCursorPosition(6,1); 0032 v.type("&"); 0033 v.type("="); 0034 v.type("ok"); 0035 0036 v.setCursorPosition(7,1); 0037 v.type("^"); 0038 v.type("="); 0039 v.type("ok"); 0040 0041 v.setCursorPosition(8,1); 0042 v.type("<"); 0043 v.type("="); 0044 v.type("ok"); 0045 0046 v.setCursorPosition(9,1); 0047 v.type(">"); 0048 v.type("="); 0049 v.type("ok"); 0050