module

get path for given module name


Parameters

module name :string :literal

Returns

  • :null
  • :string

Examples

copy
print module 'html ; /usr/local/lib/arturo/html.art

copy
do module 'html ; (imports given module)

Related