module example

The main function.

example(a, b, c)

Parameters
a string

First arg.

b boolean

Second arg.

c ?

Last arg; any type will do.

Functions

max(a, b)code »

Parameters
a number

The first number.

b number

The second number.

Returns
number

The larger of the two numbers.


min(a, b)code »

Parameters
a number

The first number.

b number

The second number.

Returns
number

The smaller of the two numbers.

Types

GlobalCtor

This is a global constructor.

Greeter

A greeter.