From 0869580c8b566aea03d709e30dddd31fdad45973 Mon Sep 17 00:00:00 2001 From: suphanat Date: Fri, 5 Feb 2016 17:16:51 +0700 Subject: Change start to receive any function index to be its start function --- Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modules.md') diff --git a/Modules.md b/Modules.md index f623f55..da2a4ab 100644 --- a/Modules.md +++ b/Modules.md @@ -140,11 +140,11 @@ For example, a start node in a module will be: or -```(start 0)``` +```(start )``` 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 0. +expected to call the module function indexed (this index starts from 0). A module can: * Only have at most a start node -- cgit v1.2.3