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

6
LINES

< > BotCompany Repo | #1005105 // printNumberedParagraphs

JavaX fragment (include)

static void printNumberedParagraphs(L<S> paragraphs) {
  for i over paragraphs: {
    print((i + 1) + ".");
    printIndent(paragraphs.get(i));
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005105
Snippet name: printNumberedParagraphs
Eternal ID of this version: #1005105/1
Text MD5: c374dc01dd60e0bd49d58d7f2707f1bb
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-16 18:13:37
Source code size: 154 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 427 / 393
Referenced in: [show references]