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

10
LINES

< > BotCompany Repo | #735 // Generic command executer - takes any command

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

Libraryless. Click here for Pure Java version (25L/1K/2K).

1  
!636
2  
!standard functions
3  
4  
main {
5  
  psvm {
6  
    // print arguments
7  
    for (int i = 0; i < args.length; i++)
8  
      System.out.println("Argument " + (i+1) + ": " + quote(args[i]));
9  
  }
10  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #735
Snippet name: Generic command executer - takes any command
Eternal ID of this version: #735/1
Text MD5: 9be037bf48bee9a4ba516d17ad9a80c6
Transpilation MD5: 637f7976bc37fbc7e61fa2ce5a08101e
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-14 21:45:03
Source code size: 192 bytes / 10 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 489 / 502
Referenced in: [show references]