228
Dictionary<String,object> parameters = new Dictionary<String,object>();
1
using System;
2
using System.Collections.Generic;
3
using System.Timers;
4
5
/**************************************
6
7
#FinalWorld
8
9
-interface-
10
11
start @(|>>|)
12
stop @(|<<|)
13
tick [source:Object elapsedEvent:ElapsedEventArgs]
14
15
-machine-
16
17
$Begin
18
|>>|
19
print("In the Beginning...")
20
-> $Working ^
21
22
$Working => $Default
23
|>|
24
startTimer(500)
Cached Result