1 | static void web_isA_expandForward(Web web) {
|
2 | for (Pair<WebNode> p : web_relationsOfType(web, "is a")) {
|
3 | web_setRelationText(p, "is"); |
4 | web_setText(p.b, "a " + p.b.text()); |
5 | } |
6 | } |
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: | #1010106 |
| Snippet name: | web_isA_expandForward - "is a/X" -> "is/a X" |
| Eternal ID of this version: | #1010106/4 |
| Text MD5: | 0c8fee0f876ddb556104560eaee3b21b |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-02 16:02:16 |
| Source code size: | 191 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 713 / 785 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |