gprentice Messages: 260 Registered: November 2005 Location: New Zealand
Experienced Member
Quote:
Not yet, sorry.
Format works by converting arguments to Value. It is otherwise mostly similar to printf-like formatting, however there are differences. The most important one is that Format is extensible - you can register additional format specifiers and additional types.
It's possible I might try to document something as I learn it - really it'd be good if something like the Wiki could be used, to try and get lots of people contributing as they learn things e.g. one Wiki page for each widget, one for each core class, one for each reference app, one for each example.
Any chance of an answer on the Date constructor question - if squiggle returns Value does Value have user defined conversion to Date and the copy constructor is used? Is Value like a variant - what does it hold for ~date ?