Previous Page Next Page Contents

module::func -- creates a module function environment

Introduction

module::func(name,fname) creates a function environment.

Call(s)

module::func(name <, fname>)

Parameters

name - module name: character string, identifier or module domain
fname - function name: character string or identifier

Returns

a function environment function environment of type DOM_FUNC_ENV.

Related Functions

external, loadmod, module::new, unloadmod

Details

Example 1

Module function environments can be stored in local or global variables and be used to execute module functions without loading the module explicitly.

>> where := module::func("stdmod","which"):
   where("stdmod")
      "/usr/local/mupad/linux/modules/stdmod.mdm"

Background




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000