Libraryless. Click here for Pure Java version (3236L/18K).
| 1 | svoid sleepSecondsVerbose(double s) {
 | 
| 2 | if (s <= 0) ret; | 
| 3 |   print("Sleeping for " + s);
 | 
| 4 | sleepSeconds(s); | 
| 5 | } | 
Began life as a copy of #1001116
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032457 | 
| Snippet name: | sleepSecondsVerbose | 
| Eternal ID of this version: | #1032457/2 | 
| Text MD5: | 5bd86c76ad14be73fc6673e84df1b7ce | 
| Transpilation MD5: | a0b7858280f0de0fdfbb31f487f89cbc | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-09-07 16:34:08 | 
| Source code size: | 111 bytes / 5 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 345 / 443 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |