static S loadProgramTextFile(S name) { ret loadTextFile(getProgramFile(name)); } static S loadProgramTextFile(S progID, S name) { ret loadTextFile(getProgramFile(progID, name)); } static S loadProgramTextFile(S progID, S name, S defaultText) { ret loadTextFile(getProgramFile(progID, name), defaultText); }
Began life as a copy of #1001396
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: | #1003046 |
Snippet name: | loadProgramTextFile |
Eternal ID of this version: | #1003046/1 |
Text MD5: | fc1be98d114a9885331fa860a2378885 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-12-11 07:40:18 |
Source code size: | 324 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 632 / 778 |
Referenced in: | #1005143 - loadUserTextFile #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |