include_library [function]

include_library( string lib[, bool override ] )

loads the global variables of the specific library lib in the state, returns success, as bool, emits a warning on failure

printvar( sin ); // warning, null
include_library( "math" );
printvar( sin ); // C function