File indexing completed on 2024-11-17 03:41:07

0001 v.setAutoBrackets(true);
0002 v.setCursorPosition(4, 17);
0003 v.enter();
0004 v.type("{");
0005 v.enter();
0006 v.setCursorPosition(7, 9);
0007 v.enter();
0008 v.type("}");
0009 v.setAutoBrackets(false);