|
Revision 1168, 1.0 kB
(checked in by chf, 11 months ago)
|
Updated Copyright Notices
|
| Line | |
|---|
| 1 |
(******************************************************************************* |
|---|
| 2 |
Copyright 2008 Sun Microsystems, Inc., |
|---|
| 3 |
4150 Network Circle, Santa Clara, California 95054, U.S.A. |
|---|
| 4 |
All rights reserved. |
|---|
| 5 |
|
|---|
| 6 |
U.S. Government Rights - Commercial software. |
|---|
| 7 |
Government users are subject to the Sun Microsystems, Inc. standard |
|---|
| 8 |
license agreement and applicable provisions of the FAR and its supplements. |
|---|
| 9 |
|
|---|
| 10 |
Use is subject to license terms. |
|---|
| 11 |
|
|---|
| 12 |
This distribution may include materials developed by third parties. |
|---|
| 13 |
|
|---|
| 14 |
Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered |
|---|
| 15 |
trademarks of Sun Microsystems, Inc. in the U.S. and other countries. |
|---|
| 16 |
******************************************************************************) |
|---|
| 17 |
|
|---|
| 18 |
component bogusNatParams |
|---|
| 19 |
export Executable |
|---|
| 20 |
|
|---|
| 21 |
(** Most of the code in this test now incorporated into the libraries. *) |
|---|
| 22 |
|
|---|
| 23 |
run(args:String...):() = do |
|---|
| 24 |
a1 : RR64[3] = [ 1.00 2.00 3.00 ] |
|---|
| 25 |
a2 : RR64[3] = [ 100 200 300 ] |
|---|
| 26 |
v3 = a1 + a2 |
|---|
| 27 |
end |
|---|
| 28 |
|
|---|
| 29 |
end |
|---|