Functions
- Regular functions are the same as C aside from the keyword
fn
, which is followed by the conventional C declaration of<return type> <name>(<parameter list>)
.
fn
, which is followed by the conventional C declaration of <return type> <name>(<parameter list>)
.