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

12
LINES

< > BotCompany Repo | #1023120 // Test dm_timerWithFieldSecondsInterval_startNow (OK)

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

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

!7

cmodule TimerTest {
  switchable double interval = 3;
  transient int n;
  
  start {
    dm_timerWithFieldSecondsInterval_startNow('interval, r {
      print("Yo " + ++n);
    });
  }
}

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: #1023120
Snippet name: Test dm_timerWithFieldSecondsInterval_startNow (OK)
Eternal ID of this version: #1023120/4
Text MD5: b6bc2ba8b77d5f05eb5ddca73348ec87
Transpilation MD5: a137732e98f6c17a64de5ecb8c637a20
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-11 14:13:09
Source code size: 201 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 213 / 296
Version history: 3 change(s)
Referenced in: [show references]