static O evalFuncWithImportExport(S code, O... args) { O f = loadFunc_cached(code); ret quickImport(callF(f, (O[]) quickExport(args, f))); }
Began life as a copy of #1008526
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: | #1008528 |
| Snippet name: | evalFuncWithImportExport |
| Eternal ID of this version: | #1008528/3 |
| Text MD5: | 335e6912727ae86a2fe8ac5d33aa32be |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-05-21 10:28:23 |
| Source code size: | 147 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 706 / 738 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008688 - callWithImportExport |