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

7
LINES

< > BotCompany Repo | #1004579 // evalLua

JavaX fragment (include)

static LuaValue evalLua(S code) {
  ret quickLua(code).result;
}

static LuaValue evalLua(Sandbox sandbox, S code) {
  ret quickLua(sandbox, code).result;
}

Author comment

Began life as a copy of #1003155

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004579
Snippet name: evalLua
Eternal ID of this version: #1004579/1
Text MD5: 3c5486538c6932eef9e71f029499d7cf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-23 15:10:31
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 559 / 495
Referenced in: [show references]