1 | static S loadProgramTextFile(S name) {
|
2 | ret loadTextFile(getProgramFile(name)); |
3 | } |
4 | |
5 | static S loadProgramTextFile(S progID, S name) {
|
6 | ret loadTextFile(getProgramFile(progID, name)); |
7 | } |
8 | |
9 | static S loadProgramTextFile(S progID, S name, S defaultText) {
|
10 | ret loadTextFile(getProgramFile(progID, name), defaultText); |
11 | } |
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: | 938 / 1097 |
| Referenced in: | [show references] |