USING: kernel parser words compiler sequences ;
"xlib.factor" run-file
"xlib" words [ try-compile ] each
clear
"x.factor" run-file
"rectangle.factor" run-file
"draw-string.factor" run-file
"concurrent-widgets.factor" run-file