Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1007954 // callConcept - synonym of conceptCall

JavaX fragment (include)

static O callConcept(Lisp conceptID, O... args) {
  ret callConcept(conceptID.raw(), args);
}

static O callConcept(S conceptID, O... args) {
  ret conceptCall(conceptID, args);
}

static O callConcept(S conceptID, L args) {
  ret conceptCall(conceptID, args);
}

Author comment

Began life as a copy of #1007948

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: #1007954
Snippet name: callConcept - synonym of conceptCall
Eternal ID of this version: #1007954/2
Text MD5: 644c7e25a008197213139a1633efbf3f
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:31:15
Source code size: 272 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 376 / 423
Version history: 1 change(s)
Referenced in: [show references]