1 | static Class loadFunctionsWithInclude(Collection<S> functions, S include) {
|
2 | new StringBuilder buf; |
3 | buf.append("!include once " + fsI(include) + "\n");
|
4 | for (S s : asSet(functions)) |
5 | buf.append("please include function " + assertIdentifier(s) + ".\n");
|
6 | ret veryQuickJava(buf); |
7 | } |
Began life as a copy of #1007852
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: | #1011842 |
| Snippet name: | loadFunctionsWithInclude - loadFunctions plus a specific include |
| Eternal ID of this version: | #1011842/3 |
| Text MD5: | df61dbffa0e69508630c823c5a7e0553 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-08 00:23:12 |
| Source code size: | 293 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 600 / 635 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |