Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
88da8f59
Commit
88da8f59
authored
Nov 16, 2020
by
Malte Heithoff
Browse files
TODO new syntax for t-1
parent
bcef2102
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/de/monticore/lang/monticar/semantics/library/basicLibrary/Delay.emam
View file @
88da8f59
...
...
@@ -8,6 +8,7 @@ component Delay<T>(T dvalue = 0) {
implementation
Math
{
in1
(
t
=
0
)
=
dvalue
;
out1
==
in1
(
t
-
1
);
//
TODO
syntax
for
t
=
out1
==
in1
(
t
=
timeStep
(-
1
));
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment