aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-07-18 08:11:17 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-07-18 08:11:17 +0100
commitf7686379eb2fdc740b76a714f80435b71be9c24c (patch)
treefed67de3e51521ce4a1660b05154a22a4c793904
parent8bb321f8b032dfaeffbe3d1b8dfeb215c12d3642 (diff)
downloadmicro-lang-f7686379eb2fdc740b76a714f80435b71be9c24c.tar.gz
micro-lang-f7686379eb2fdc740b76a714f80435b71be9c24c.zip
It is actually in the TODO file
-rw-r--r--docs/tour.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/tour.md b/docs/tour.md
index 27c7e14..452b5a9 100644
--- a/docs/tour.md
+++ b/docs/tour.md
@@ -454,22 +454,6 @@ def C {
}
```
-## Directives
-
-TODO
-
-Include a file in current source and it will interpreted / compiled.
-
-```micro
-include "file.micro"
-```
-
-Include a binary file as an expression list to initialize an array.
-
-```micro
-var arr [64]number = incbin "file.micro";
-```
-
## Interpreter built-in functions
These are available on the interpreter.