2
0
woollybah 6 жил өмнө
parent
commit
109ca9755a

+ 5 - 1
timer.mod/doc/waittimer.bmx

@@ -1,5 +1,9 @@
+SuperStrict
 
-timer=CreateTimer( 10 )
+Framework BRL.StandardIO
+Import BRL.TimerDefault
+
+Local timer:TTimer = CreateTimer( 10 )
 
 Repeat
 	Print "Ticks="+WaitTimer( timer )