How to sort this rebol domain names block on date ?
- by Rebol Tutorial
I want to sort this block on date column:
["domain1.com" 18-Jan-2011 #"^/"
"domain2.com" 20-Aug-2011 #"^/"
"domain3.com" 23-Dec-2011 #"^/"
"domain4.com" 22-Sep-2011 #"^/"]
I can't see how to really do so with sort/skip function explained here, it's not crystal clear for me:
http://www.rebol.com/docs/words/wsort.html