Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] faq

From: rebol665::ifrance::com at: 19-Jan-2002 12:43

Hi Rebollers A simple one. <faq>Where did rebol store days and months names ? short answer : in system/locale/days and system/locale/months illustration : foreach item system/locale/days [print item] Monday Tuesday Wednesday Thursday Friday Saturday Sunday foreach item system/locale/months [print item] January February March April May June July August September October November December </faq> Patrick