Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
yentl
/
modelverse
Watch
3
Star
3
Fork
6
Files
Issues
4
Pull Requests
0
Wiki
Tree:
f563c2e8ba
Branches
Tags
debugging
master
pn_debugging
testing
modelverse
/
interface
/
HUTN
/
test
/
graph_compilation_action_language
/
code
/
ifelse.al
ifelse.al
68 B
History
Raw
1
2
3
4
5
6
7
Void function main():
Integer a
if (True):
a = 2
else:
a = 3