My next step is to document what functions and methods are. So let me start the discussion:
From the top of my head, a function definition could be as follows
function function_name [parameters] [-> result] [parameters_definitions] body Can 'body' be _any_ pliant expression? |