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

12
LINES

< > BotCompany Repo | #1034263 // LAS_VarContext - Left-arrow script var context. now merged into VarContext

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (5462L) is out of date.

sclass LAS_VarContext > VarContext {
  bool returnFromScript;
  O returnValue;

  *() {}
  *(VarContext *parent) {}
  
  void returnFromScript(O value) {
    returnValue = value;
    set returnFromScript;
  }
}

Author comment

Began life as a copy of #1033977

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034263
Snippet name: LAS_VarContext - Left-arrow script var context. now merged into VarContext
Eternal ID of this version: #1034263/4
Text MD5: a47291d869f938394504ec8e9605e9bd
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-29 13:19:06
Source code size: 221 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 130
Version history: 3 change(s)
Referenced in: [show references]