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.

1  
sclass LAS_VarContext > VarContext {
2  
  bool returnFromScript;
3  
  O returnValue;
4  
5  
  *() {}
6  
  *(VarContext *parent) {}
7  
  
8  
  void returnFromScript(O value) {
9  
    returnValue = value;
10  
    set returnFromScript;
11  
  }
12  
}

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: 76 / 137
Version history: 3 change(s)
Referenced in: [show references]