static S lispForwardRaw(S relation, S argument) { ret first(followForwardRelation_raw(relation, argument)); } static S lispForwardRaw(S relation, Lisp argument) { ret first(followForwardRelation_raw(relation, argument)); }
Began life as a copy of #1007941
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: | #1008100 |
Snippet name: | lispForwardRaw - get a single result from followForwardRelation_raw |
Eternal ID of this version: | #1008100/3 |
Text MD5: | f02d1e66b5962a34f1cc83c6b25a0f3f |
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-29 15:02:09 |
Source code size: | 233 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 462 / 481 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008101 - lispForwardRawOrSame #1008117 - lispForward - get a single result from followForwardRelation #1008207 - lispBackwardRaw - get a single result from followBackwardRelation_raw |