diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-18 08:11:17 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-18 08:11:17 +0100 |
commit | f7686379eb2fdc740b76a714f80435b71be9c24c (patch) | |
tree | fed67de3e51521ce4a1660b05154a22a4c793904 | |
parent | 8bb321f8b032dfaeffbe3d1b8dfeb215c12d3642 (diff) | |
download | micro-lang-f7686379eb2fdc740b76a714f80435b71be9c24c.tar.gz micro-lang-f7686379eb2fdc740b76a714f80435b71be9c24c.zip |
It is actually in the TODO file
-rw-r--r-- | docs/tour.md | 16 |
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. |