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

11
LINES

< > BotCompany Repo | #1008793 // Java 8 Lambda Test

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

Libraryless. Compilation Failed (1054L/7K).

!7

p {
  int value=9+9;
  int value2=10+9;
  Func<Bool> attempt = () -> value2 > value;	
  while (attempt()) {
    print("egal");
    value2 = value2 - 1;
  }
}

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: #1008793
Snippet name: Java 8 Lambda Test
Eternal ID of this version: #1008793/4
Text MD5: 563be2c03498e222f62aa36146a4dd9b
Transpilation MD5: 6b86d1599fe0f9e94599b8be59056478
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-13 14:58:43
Source code size: 171 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 369 / 435
Version history: 3 change(s)
Referenced in: [show references]