5 lines
69 B
Racket
5 lines
69 B
Racket
|
|
#lang racket/gui
|
||
|
|
|
||
|
|
(define timer (new timer%))
|
||
|
|
(send timer start 100)
|