Does - Geomol/World GitHub Wiki

Usage

does body

Description

Defines a function that has no arguments.

does is a function!

Arguments

body -- The body block of the function. [block!]

Examples

w> source .
.: does [print "Hello, World!"]
w> .
Hello, World!