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

27
LINES

< > BotCompany Repo | #1003275 // Multiply (dev.)

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

Libraryless. Click here for Pure Java version (1780L/12K/40K).

1  
!759
2  
3  
snew L engines;
4  
sbool fail;
5  
6  
!include #1003274 // SuperPrecise
7  
8  
p {
9  
  engines.add(new SuperPrecise("#1003260"));
10  
  loop();
11  
}
12  
13  
svoid loop() {
14  
  printOut();
15  
  S line;
16  
  while ((line = readLine()) != null) {
17  
    for (char c : chars(line + "\n"))
18  
      onIncomingCharacter(c);
19  
    printOut();
20  
  }
21  
}
22  
23  
svoid onIncomingCharacter(char c) {
24  
}
25  
26  
svoid printOut() {
27  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003275
Snippet name: Multiply (dev.)
Eternal ID of this version: #1003275/1
Text MD5: 1dde97feede89743855388e8b6053735
Transpilation MD5: f7faa3f0fccf0b2b8df4d8502151015e
Author: stefan
Category: javax / talking robots
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-06-13 01:04:28
Source code size: 387 bytes / 27 lines
Pitched / IR pitched: No / No
Views / Downloads: 553 / 597
Referenced in: [show references]