122123124125126127128129130131132
"return 'foo' " + "end"); L.setTable(-3); L.setMetaTable(-2); L.LcallMeta(-1, "__index"); System.out.println(L.toString(-1)); L.pop(1); L.LgetMetaField(-1, "__index"); L.call(0, 1); System.out.println(L.toString(-1));