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

5
LINES

< > BotCompany Repo | #1010097 // vmKeepWithProgramMD5_get - get program variable held by VM if program's MD5 matches

JavaX fragment (include)

static void vmKeepWithProgramMD5_get(S varName) {
  S struct = cast callOpt(javax(), 'vmKeep_get, programID(), md5OfMyJavaSource(), varName);
  if (struct != null)
    setOpt(mc(), varName, unstructure(struct));
}

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: #1010097
Snippet name: vmKeepWithProgramMD5_get - get program variable held by VM if program's MD5 matches
Eternal ID of this version: #1010097/2
Text MD5: 01f4466d1752c68fb9f3c834d5bba5bd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-02 15:07:23
Source code size: 217 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 337 / 378
Version history: 1 change(s)
Referenced in: [show references]