fn baz(abc)

This is a quote for that spans two lines.

These functions are great: thing and foo

Example

// This is a function
fn foo(x, y) { x + y }

// Call it!
foo(1, 2);

let x = 42;
let y = [1, 2, 3, x, x + 1];
x += y.len.abs();
print(`Result: ${x}`);
fn foo()
fn foo(x)
fn foo(bar, baz)

Thing

Test Oh wow! one two three four This is the last line of the paragraph.

Check out this function: baz


These are lists…

  • list
  • of
  • things
  1. List
  2. Of
  3. Things
private fn thing()

Another test