Skip to content

Statements

Julian Oppermann edited this page Mar 2, 2021 · 10 revisions

General

CoreDSL 2 supports all standard C constructs:

  • Branches: if / else, switch / case / default
  • Loops: for / while / do...while
  • Jumps: continue / break / goto

However, function recursion and irreducible control flow are prohibited.

Spawn statement

Clone this wiki locally