aboutsummaryrefslogtreecommitdiff
path: root/src/boot/utility.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/utility.boot')
-rw-r--r--src/boot/utility.boot7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boot/utility.boot b/src/boot/utility.boot
index 0eca52d2..a0444d0f 100644
--- a/src/boot/utility.boot
+++ b/src/boot/utility.boot
@@ -30,6 +30,13 @@
-- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
+--%
+--% Definitions in this file provide runtime support for the Boot
+--% language. As such, some of the definitions (e.g. reverse, append, etc)
+--% use `unusual' style. These functions are used in code generated
+--% by the Boot translator. Others are handy library functions.
+--%
+
import initial_-env
namespace BOOTTRAN