Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1020751 // Test persistence using Loadable Utils [OK]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (450L/3K).

!7

!include once #1020738 // Loadable Utils

import loadableUtils.utils.Pair;

module PersistenceTest > DynPrintLog {
  Pair<S> pair;
  
  start {
    print("Pair: " + pair);
    setField(pair := pair(randomID(), randomID()));
    print("Set to: " + pair);
  }
}

Author comment

Began life as a copy of #1020723

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020751
Snippet name: Test persistence using Loadable Utils [OK]
Eternal ID of this version: #1020751/3
Text MD5: c4f6576f29f735f9eed7b9ed91a99df1
Transpilation MD5: 145d85dc7431f87d6385ffce99a37259
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-01 19:45:45
Source code size: 277 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 228 / 340
Version history: 2 change(s)
Referenced in: [show references]