Module scml_context

April 22, 2013 ยท View on GitHub

Scheme process-context library

. __Authors:__ CSCM Contributor ([`the-concurrent-schemer@googlegroups.com`](mailto:the-concurrent-schemer@googlegroups.com)).

Function Index

'$scml_exports'/0
'command-line'/0
'emergency-exit'/0
'emergency-exit'/1
'get-environment-variable'/1
'get-environment-variables'/0
exit/0
exit/1

Function Details

'$scml_exports'/0


'$scml_exports'() -> [{scm_symbol(), scmi_nip()}]



'command-line'/0


'command-line'() -> [scm_string(), ...]



'emergency-exit'/0


'emergency-exit'() -> no_return()



'emergency-exit'/1


'emergency-exit'(Obj::scm_obj()) -> no_return()



'get-environment-variable'/1


'get-environment-variable'(S::scm_string()) -> scm_string() | scm_false()



'get-environment-variables'/0


'get-environment-variables'() -> [[scm_string() | scm_string()]]



exit/0


exit() -> no_return()



exit/1


exit(Obj::scm_obj()) -> no_return()