[Mathlib-commitlog] SF.net SVN: mathlib:[611] JMathLib/trunk/src/jmathlib/toolbox/test/ testGlobal0
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-05 13:06:25
|
Revision: 611
http://mathlib.svn.sourceforge.net/mathlib/?rev=611&view=rev
Author: st_mueller
Date: 2009-01-05 13:06:15 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
test function for "global"
Added Paths:
-----------
JMathLib/trunk/src/jmathlib/toolbox/test/testGlobal001.m
Added: JMathLib/trunk/src/jmathlib/toolbox/test/testGlobal001.m
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/test/testGlobal001.m (rev 0)
+++ JMathLib/trunk/src/jmathlib/toolbox/test/testGlobal001.m 2009-01-05 13:06:15 UTC (rev 611)
@@ -0,0 +1,6 @@
+function testGlobal001(val)
+
+whos()
+global helloGlobal
+helloGlobal = val;
+whos()
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|