| RETURN_IF_LESS <wert1> <wert2> <return_wert> | |
| Beschreibung: | Beendet das aktuelle Skriptprogramm, falls <wert1> kleiner als <wert2> ist. <return_wert> wird als Return-Wert gespeichert. |
| Parameter: |
|
| Ergebnis: | - |
| Fehler: | - |
| Beispiele: | GEO_NPTS enterprise GET_RESULT npts1 GEO_NPTS xwing GET_RESULT npts2 ; Abbruch, falls enterprise weniger Punkte als xwing hat RETURN_IF_LESS npts1 npts2 0 |