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