Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
andrei
/
modelverse
fork de
yentl/modelverse
Observar
1
Favorito
0
Fork
0
Arquivos
Tree:
1e243c37b7
Branches
Tags
debugging
master
pn_debugging
testing
modelverse
/
interface
/
HUTN
/
test
/
graph_compilation_action_language
/
code
/
ifelse.al
ifelse.al
68 B
Histórico
Raw
1
2
3
4
5
6
7
Void function main():
Integer a
if (True):
a = 2
else:
a = 3