Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -10,8 +10,8 @@ operation(record delegator)
|
|||
text s;
|
||||
|
||||
if (r_key(delegator, "delegate")) {
|
||||
if (r_key(r_query(delegator, "delegate"), "thing")) {
|
||||
s = __text(call(r_query(r_query(delegator, "delegate"), "thing")));
|
||||
if (r_key(delegator["delegate"], "thing")) {
|
||||
s = call(r_query(delegator["delegate"], "thing"));
|
||||
} else {
|
||||
s = "default implementation";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue