From a6fb8831c30753206ff068eca8643be63b42e6d3 Mon Sep 17 00:00:00 2001 From: suphanat Date: Fri, 5 Feb 2016 17:54:12 +0700 Subject: Change to 42 --- Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modules.md') diff --git a/Modules.md b/Modules.md index c7aed84..b303edd 100644 --- a/Modules.md +++ b/Modules.md @@ -140,11 +140,11 @@ For example, a start node in a module will be: or -```(start )``` +```(start 42)``` In the first example, the environment is expected to call the function $start_function before calling any other module function. In the second case, the environment is -expected to call the module function indexed `` (this index starts from 0). +expected to call the module function indexed 42. This number is the function index starting from 0 (same as for `export`). A module can: * Only have at most a start node -- cgit v1.2.3