Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
making new functions with optional arguments
»
symbols used as the name or value of an optional argument
»
Verbose
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
Verbose -- an optional argument
Description
A symbol used as the name of an optional argument.
Functions with optional argument named
Verbose
:
check(...,Verbose=>...)
-- see
check
-- perform tests of a package
copyDirectory(...,Verbose=>...)
-- see
copyDirectory(String,String)
copyFile(...,Verbose=>...)
-- see
copyFile(String,String)
findProgram(...,Verbose=>...)
-- see
findProgram
-- load external program
installPackage(...,Verbose=>...)
-- see
installPackage
-- load and install a package and its documentation
moveFile(...,Verbose=>...)
-- see
moveFile(String,String)
runProgram(...,Verbose=>...)
-- see
runProgram
-- run an external program
symlinkDirectory(...,Verbose=>...)
-- see
symlinkDirectory(String,String)
-- make symbolic links for all files in a directory tree
For the programmer
The object
Verbose
is
a
symbol
.
The source of this document is in
Macaulay2Doc/options.m2:28:0
.