stop clause for release
svn: r18524
This commit is contained in:
parent
97924ffc65
commit
404e0e30a1
|
@ -12,6 +12,10 @@
|
|||
500 500)
|
||||
(on-tick (lambda (x) (if (string? x) x (add1 x)))
|
||||
r)
|
||||
(stop-when (lambda (x)
|
||||
(if (string? x)
|
||||
(>= (string-length x) 10)
|
||||
(>= x 5))))
|
||||
(on-key (lambda (n key)
|
||||
(if (string? n)
|
||||
(string-append n key)
|
||||
|
|
Loading…
Reference in New Issue
Block a user