Re: Pike 8.0 RC1
"Mirar @ Pike importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
>> #{ is terminated by #}
>> #abc{ is terminated by #abc}
>Presumably anything that's actually a preprocessor command would be
>illegal for that - it'd be awkward if you go #string{ #string}.
I like this idea but I think #something{ is a bit tricky. Probably
better to have #[something]{ or similar to differentiate from
#preprocessor directives.