diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of index a6361fa2..0d473eed 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -1402,6 +1402,9 @@ Chunks can also be precompiled into binary form; | |||
1402 | see the program @idx{luac} and the function @Lid{string.dump} for details. | 1402 | see the program @idx{luac} and the function @Lid{string.dump} for details. |
1403 | Programs in source and compiled forms are interchangeable; | 1403 | Programs in source and compiled forms are interchangeable; |
1404 | Lua automatically detects the file type and acts accordingly @seeF{load}. | 1404 | Lua automatically detects the file type and acts accordingly @seeF{load}. |
1405 | Be aware that, unlike source code, | ||
1406 | the execution of maliciously crafted | ||
1407 | bytecode can crash the interpreter. | ||
1405 | 1408 | ||
1406 | } | 1409 | } |
1407 | 1410 | ||