Article # 349, added by Geoworks, historical record
| first | previous | index | next | last |

Is there an @else directive in GOC?



Q. The Concepts book mentions the @if and @endif directives, but no
   @else. Is there one?

A. Yes. For whatever reason, the @else didn't make it into the
   documentation. It is available and works just like a #else only
   it's used with code that contains @ symbols (just as the @if
   directive is used with code containing @ symbols).