|
|
@ -30,7 +30,7 @@
|
|
|
|
(provide text (all-from-out 'pollen-inner))
|
|
|
|
(provide text (all-from-out 'pollen-inner))
|
|
|
|
|
|
|
|
|
|
|
|
(module+ main
|
|
|
|
(module+ main
|
|
|
|
(displayln ";-------------------------")
|
|
|
|
; (displayln ";-------------------------")
|
|
|
|
(displayln (string-append "; pollen 'text"))
|
|
|
|
; (displayln (string-append "; pollen 'text"))
|
|
|
|
(displayln ";-------------------------")
|
|
|
|
; (displayln ";-------------------------")
|
|
|
|
(display text))))
|
|
|
|
(display text))))
|
|
|
|