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

15
LINES

< > BotCompany Repo | #1022896 // Bot Checker

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (5571L/29K).

!7

cmodule BotCheckerBot > DynSingleFunctionWithPrintLog {
  start { setFunctionName("Check all the bots"); }
  
  void doIt {
    forEach(list("all the bots"), bot -> {
      print("Would check bot: " + bot);
    });
  }

  L list(S what) {
    throw todo("list " + what);
  }
}

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: 199 / 555
Referenced in: