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

7
LINES

< > BotCompany Repo | #1017651 // nlLogic_text - get text of Exp or IfThen

JavaX fragment (include)

static S nlLogic_text(Exp e) {
  ret e == null ? null : e.text();
}

static S nlLogic_text(IfThen r) {
  ret r == null ? null : r.text();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017651
Snippet name: nlLogic_text - get text of Exp or IfThen
Eternal ID of this version: #1017651/4
Text MD5: 275334f5bfbef2123a84850caedd1123
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-17 12:22:44
Source code size: 145 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 244 / 305
Version history: 3 change(s)
Referenced in: [show references]