From 243e4f29298f7f01adf424159c52f0ca15009cbc Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 7 Jun 2023 22:55:38 +1000 Subject: [PATCH] Tweaked the nifty features section --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index f79eab0..0e5908f 100644 --- a/index.md +++ b/index.md @@ -36,7 +36,7 @@ print tally(); //3 * Bytecode intermediate compilation * Optional, but robust type system (including `opaque` for arbitrary data) * Functions and types are first-class citizens -* Import external libraries +* Import native libraries from the host * Fancy slice notation for strings, arrays and dictionaries * Can re-direct output, error and assertion failure messages * Open source under the zlib license