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

option

option

option with 1 argument provides an short-hand to wrap a value into an option

Using this enables to write

o := option x

insted of

o option TypeOfX := x