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

7
LINES

< > BotCompany Repo | #1000260 // Runnable Lua-style for loop example

JavaX source code - run with: x30.jar

public class main {
  public static void main(String[] args) {
    int n=1;
    for i=1, 10 { n=n*i; }
    System.out.println("n=" + n);
  }
}

Author comment

Run with: "x6 with 587" (x6=#1000258/#588)

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1000260
Snippet name: Runnable Lua-style for loop example
Eternal ID of this version: #1000260/1
Text MD5: a2abe1681aa600d5140916699bfae358
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-04-21 21:32:10
Source code size: 150 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 613 / 465
Referenced in: [show references]