1 | static O conceptCall(S conceptID, O... args) {
|
2 | S funcName = first(followForwardRelation_raw("ghwqkbpspivlalrb", conceptID));
|
3 | if (funcName == null) fail("Don't know how to call " + conceptID);
|
4 | ret makeAndCall_cached(funcName, args); |
5 | } |
6 | |
7 | static O conceptCall(S conceptID, L args) {
|
8 | ret conceptCall(conceptID, asObjectArray(args)); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007948 |
| Snippet name: | conceptCall |
| Eternal ID of this version: | #1007948/2 |
| Text MD5: | a4deec43a9cad3e5ecadb87d1b420eb1 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-17 20:23:30 |
| Source code size: | 345 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 823 / 837 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |