Module system

Predicates for operating a system

Contents

Predicate


Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

Predicate

getenv/2

Formatgetenv(+STR,-ENV)
Arguments
+STRstring name of enviroment variable
-ENVstring content of enviroment variable
Deprecateduse 'environ/2'
Return content of enviroment variable STR.

environ/2

Formatenviron(+STR,-ENV)
Arguments
+STRstring name of enviroment variable
-ENVstring content of enviroment variable
Return content of enviroment variable STR.

getdate/1

Formatgetdate(-$DATE)
Arguments
-$DATEstring current date
Deprecateduse 'now/1'
You can get the current date with this predicate.

now/1

Formatnow(-$DATE)
Arguments
-$DATEstring current date
You can get the current date with this predicate.

system/1

Formatsystem(+COMMAND)
Arguments
+COMMANDstring command
Execute external command

Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

This document is automatically created by lildoc on Fri Sep 24 14:13:58 2004