diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index 802a2041..533273f7 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html @@ -93,6 +93,11 @@ Please note this doesn't define an ffi variable in the table of globals — you really need to use the local variable. The require function ensures the library is only loaded once.
++Note: If you want to experiment with the FFI from the interactive prompt +of the command line executable, omit the local, as it doesn't +preserve local variables across lines. +