625626627628629630631
public CodeBlock STORELOCKWP(String name) { return add(new StoreLocKwp(this, name)); } public CodeBlock STOREVARKWP(String fuid, String name) { return add(new StoreVarKwp(this, fuid, name)); }