FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
modelscript/extensions/vscode/test-data/example.mo at main · modelscript/modelscript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
modelscript
/
modelscript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3
Star
12
Code
Issues
1
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
modelscript
/
extensions
/
vscode
/
test-data
/
example.mo
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (6 loc) · 132 Bytes
Breadcrumbs
modelscript
/
extensions
/
vscode
/
test-data
/
example.mo
Copy path
File metadata and controls
6 lines (6 loc) · 132 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
model
HelloWorld
"A simple Modelica model"
Real
x(start
=
1
);
parameter
Real
a
=
-
1
;
equation
der
(x)
=
a
*
x;
end
HelloWorld;
Back
|
FazBrowse Home
|
New Git URL