1 | static S noteLast_last; |
2 | |
3 | static void noteLast_load() {
|
4 | load("noteLast_last");
|
5 | } |
6 | |
7 | static S noteLast(S s) {
|
8 | S x = noteLast_last; |
9 | noteLast_last = s; |
10 | save("noteLast_last");
|
11 | ret x; |
12 | } |
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: | #1002975 |
| Snippet name: | noteLast - saves+retrieves a string |
| Eternal ID of this version: | #1002975/1 |
| Text MD5: | 3801b1ecad70042decf9d0780bfbe332 |
| Author: | stefan |
| Category: | eleu / nl |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-04-14 22:53:22 |
| Source code size: | 198 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 919 / 853 |
| Referenced in: | [show references] |