diff options
-rw-r--r-- | Doc/lib/libnew.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex index 67bfb2e..f1ff7ea 100644 --- a/Doc/lib/libnew.tex +++ b/Doc/lib/libnew.tex @@ -11,6 +11,8 @@ creation functions. This is for use primarily in marshal-type functions, when a new object needs to be created ``magically'' and not by using the regular creation functions. This module provides a low-level interface to the interpreter, so care must be exercised when using this module. +It is possible to supply non-sensical arguments which crash the +interpreter when the object is used. The \module{new} module defines the following functions: |