No, your choice is either to go with the original formatting, use WSA or
change the syntax, I would suggest something like:
bin mapping:
0 if in (123,132,123)
same if in (432,234,234)
On Wed, Apr 1, 2009 at 8:37 AM, Craig Neuwirt <[email protected]> wrote:
> I have a boo dsl which does some customer verification stuff and one part
> is to map good and bad bin numbers to values.
>
> It currently looks like this
>
> bin_mapping:
> <TAB>0 if 123456 | 112233 | 482746
> <TAB>927674 | 502731 | 817642
>
> However I want to add just spaces for formatting like this
>
> bin_mapping:
> <TAB>0 if 123456 | 112233 | 482746
> <TAB> 927674 | 502731 | 817642
>
> Boo doesn't like this for some reason. I don't white WS Agnostica Boo, but
> I would like some leading spaces on a line.
> Is this possible?
>
> thanks,
> craig
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---