Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #3980
Ticket #3980
: testLib.mo
File testLib.mo,
98 bytes
(added by
anonymous
,
8 years ago
)
Line
1
function
testLib
"test"
2
input
Real
x
;
3
output
Real
y
;
4
algorithm
5
y
:=
2
*
x
;
6
end
testLib
;
Download in other formats:
Original Format