7 lines
120 B
Text
7 lines
120 B
Text
|
|
int Microseconds;
|
||
|
|
[Microseconds:= IntIn(0);
|
||
|
|
Text(0, "Sleeping...^m^j");
|
||
|
|
DelayUS(Microseconds);
|
||
|
|
Text(0, "Awake!^m^j");
|
||
|
|
]
|