Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Issues
#3
Closed
Open
Issue created
Jun 21, 2018
by
Malte Heithoff
@Heithoff
Owner
No boolen constants available
In an "implementation Math" block you cannot write:
portA = true;
Only
portA = 1;
works.