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

8
LINES

< > BotCompany Repo | #1017576 // Test javaEvalOrInterpret (interpret nested function calls)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (8443L/62K).

!7

p-exp {
  loadFunctions_preferCached();
  assertEqualsVerbose("Yes. ", javaEvalOrInterpret("yesNo(true)"));
  assertEqualsVerbose("Yes. ", javaEvalOrInterpret("yesNo(greaterThan(4, 3))"));
  assertEqualsVerbose("No. ", javaEvalOrInterpret("yesNo(greaterThan(3, 4))"));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017576
Snippet name: Test javaEvalOrInterpret (interpret nested function calls)
Eternal ID of this version: #1017576/4
Text MD5: c9e020a84563d127596a0b92f9034028
Transpilation MD5: d3d216d7ebe7230acfdbb32d49922d13
Author: stefan
Category: javax / advanced java(x)
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-27 19:18:16
Source code size: 281 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 391 / 906
Version history: 3 change(s)
Referenced in: [show references]