An example

The following function determines the meaning of life.

using MuonLight

meaningoflife()
42

Examples with the same "tag" (like usage above) share the same Julia process, so that everything is in the same scope. The package is therefore already imported, so we can determine the meaning of life again ;)

meaningoflife()
42