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

15
LINES

< > BotCompany Repo | #1002124 // PN Calc

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

Libraryless. Click here for Pure Java version (1595L/11K/35K).

!752

p {
  makeBot("PN Calc.");
}

answer {
  L<S> tok = javaTok(s);
  if (eq(get(tok, 1), "+")) {
    BigInteger b = bigint(0);
    for (int i = 3; i < l(tok); i += 2)
      b = b.add(bigint(tok.get(i)));
    ret str(b);
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002124
Snippet name: PN Calc
Eternal ID of this version: #1002124/1
Text MD5: 6215950193f8b87421cfb3ecf8380bb0
Transpilation MD5: 64206770b43d5d862d53e97e4653631f
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-20 21:44:59
Source code size: 242 bytes / 15 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 572 / 1727
Referenced in: [show references]