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).

!759

snew L engines;
sbool fail;

!include #1003274 // SuperPrecise

p {
  engines.add(new SuperPrecise("#1003260"));
  loop();
}

svoid loop() {
  printOut();
  S line;
  while ((line = readLine()) != null) {
    for (char c : chars(line + "\n"))
      onIncomingCharacter(c);
    printOut();
  }
}

svoid onIncomingCharacter(char c) {
}

svoid printOut() {
}

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: 547 / 586
Referenced in: [show references]