factor/contrib/calendar/load.factor

9 lines
158 B
Factor
Raw Normal View History

2006-09-03 19:20:01 -04:00
USING: arrays kernel modules sequences ;
2006-09-01 17:45:00 -04:00
"calendar"
2006-09-03 19:20:01 -04:00
unix? "os-unix.factor" "os-win32.factor" ? "calendar.factor" 2array
2006-09-01 17:45:00 -04:00
{ "test/calendar.factor" }
provide