---
title: "CanContinue (Opus Funktion)"
---
### Beschreibung

Gibt 1 zurück, wenn der Befehl continue an dieser Stelle erlaubt ist, sonst 0.

### Argumente

keine.

### Rückgabewert [integer](../../standard-datentypen/integer.md)

1 = der Befehl contniue kann hier ausgeführt werden

### Beispiel

| `if (CanContinue) continue;` |
| --- |

### Siehe auch

[CanBreak (Opus Funktion)](canbreak-opus-funktion.md)

[CanExit (Opus Funktion)](canexit-opus-funktion.md)
