[Mathlib-commitlog] SF.net SVN: mathlib:[500] JMathLib/trunk/src/jmathlib/toolbox/jmathlib/ system/
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-11-30 14:09:26
|
Revision: 500
http://mathlib.svn.sourceforge.net/mathlib/?rev=500&view=rev
Author: st_mueller
Date: 2008-11-30 14:09:16 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
new function
Added Paths:
-----------
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getproperty.m
Added: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getproperty.m
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getproperty.m (rev 0)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getproperty.m 2008-11-30 14:09:16 UTC (rev 500)
@@ -0,0 +1,23 @@
+function getproptery(a)
+
+getenv(a);
+
+endfunction
+
+/*
+@GROUP
+system
+@SYNTAX
+getproperty(name)
+@DOC
+returns value of system property
+@EXAMPLES
+<programlisting>
+getproperty("os.name")
+
+ans="Windows XP"
+
+</programlisting>
+@SEE
+getenv
+*/
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|