sS sf_makeArgumentsFinal(S name) { S snippetID = standardFunctionMap().get(name); if (snippetID == null) ret "Function not found: " + name; S src = loadSnippet(snippetID); LS tok = javaTok(src); tok_makeArgumentsToAllFunctionsFinal(tok); ret eq(join(tok), src) ? "No change" : editSnippet(snippetID, join(tok)); }
Began life as a copy of #1019708
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020911 |
| Snippet name: | sf_makeArgumentsFinal |
| Eternal ID of this version: | #1020911/1 |
| Text MD5: | a62f68edd5b41f37a64ba077da2d4f7c |
| Author: | stefan |
| Category: | javax / transpiling |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-09 20:55:40 |
| Source code size: | 332 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 519 / 572 |
| Referenced in: | [show references] |