Subversion Repositories wimsdev

Rev

Rev 8571 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8571 Rev 8819
Line 4... Line 4...
4
 
4
 
5
test="123,43.5,23.45665 2"
5
test="123,43.5,23.45665 2
-
 
6
0.1,17,123.4,123.99765
-
 
7
2.1,4.123,5  2
-
 
8
2.1,4.123,5  4
-
 
9
2.1,4.123,5
-
 
10
1.23456e+06,1.23456*10^6,0.01234e-23 3"
-
 
11
 
-
 
12
for a in $test; do
6
$wims_home/src/Misc/moneyprint/moneyprint $test
13
  $wims_home/src/Misc/moneyprint/moneyprint $a;
-
 
14
done