Query symbol.
Type & position: | command, preamble & main part |
Syntax: | !ifset [<text>] |
Description: | Mit diesem Abfragebefehl können Sie testen, ob ein Symbol für
die Umwandlung in der Kommandozeile mit der Option -D
gesetzt wurde. Wurde <text>gesetzt, so werden alle folgenden Zeilen umgewandelt, bis !else oder !endif auftaucht. Andernfalls werden nur die Zeilen umgewandelt, die !else folgen, sofern die Abfrage einen else-Zweig besitzt. Das Beispiel zeigt, wie Sie abfragen, ob in der Kommandozeile -D deutsch benutzt wurde. |
Description: | With this command you can test if a symbol was set with the
command line option -D or with
!set. If <text> was set UDO
will convert all lines bewteen !ifset and
!else or !endif. If
<text> wasn't set UDO will convert all lines
between !else and !endif if
!else was used. The example shows how to test if the
symbol britishwas set. |
Example: | !ifset [british] |
Exists since: | Release 5 Patchlevel 10 |
See also: | !ifnset, Query commands |