1 | static void ctxAppendOutput(S text) {
|
2 | if (empty(text)) ret; |
3 | StringBuilder buf = ctxContext().newOutput; |
4 | if (nempty(buf)) buf.append(" ");
|
5 | buf.append(text); |
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: | #1008919 |
| Snippet name: | ctxAppendOutput |
| Eternal ID of this version: | #1008919/1 |
| Text MD5: | 9685be7df57c7bf7139e364da560df75 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-18 17:43:53 |
| Source code size: | 172 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 648 / 696 |
| Referenced in: | [show references] |