static LuaValue evalLua(S code) { ret quickLua(code).result; } static LuaValue evalLua(Sandbox sandbox, S code) { ret quickLua(sandbox, code).result; }
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: | 616 / 560 |
Referenced in: | #1004898 - luaEval - synonym of evalLua #1006654 - Standard functions list 2 (LIVE, continuation of #761) |