Article # 16, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Is there an @else?
Question: The Concepts book mentions the @if and @endif directives, but no @else. Is there one? Answer: Yes. For whatever reason, the @else didn't make it into the documentation. It is available and works just like #else only it's used with code that contains @ symbols (just as the @if directive is used with code containing @ symbols).