Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

abort

effect.type.abort

(e effect.this.type)
 => 
void
replace existing effect for type `effect.this` by the new effect value `e`
and abort code execution to return to the point where the effect was instated.
Precondition
pre
  safety: effect.this.is_instated
  safety: effect.this.env.abortable
0.095dev (GIT hash c7967cd19e1ef640f4fa3d483cf963853644b34e)
last changed: 2026-04-21