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

10
LINES

< > BotCompany Repo | #1004341 // Test setConsoleDelay

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

Libraryless. Click here for Pure Java version (432L/3K/10K).

!752

p {
  setConsoleDelay(1000); // only once per second
  
  for (int i = 0; i < 1000; i++) {
    print(i);
    sleep(100);
  }
}

Author comment

Began life as a copy of #1004340

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: #1004341
Snippet name: Test setConsoleDelay
Eternal ID of this version: #1004341/1
Text MD5: e9f75ce799f94c1b35e657d03992215b
Transpilation MD5: 722ff081263948b0dc25dda0dbe7602c
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-13 19:37:09
Source code size: 141 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 455 / 500
Referenced in: [show references]