Uses 911K of libraries. Click here for Pure Java version (5571L/29K).
1 | !7 |
2 | |
3 | cmodule BotCheckerBot > DynSingleFunctionWithPrintLog { |
4 | start { setFunctionName("Check all the bots"); } |
5 | |
6 | void doIt { |
7 | forEach(list("all the bots"), bot -> { |
8 | print("Would check bot: " + bot); |
9 | }); |
10 | } |
11 | |
12 | L list(S what) { |
13 | throw todo("list " + what); |
14 | } |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022896 |
Snippet name: | Bot Checker |
Eternal ID of this version: | #1022896/1 |
Text MD5: | 94ba8e7686f6d994d858bb37bffdde0b |
Transpilation MD5: | 87c2df2c1606d6e347bd178b047b1891 |
Author: | stefan |
Category: | |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-14 18:44:25 |
Source code size: | 281 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 255 / 633 |
Referenced in: | [show references] |