Please enable JavaScript in your browser!
首頁
探索
說明
登入
yentl
/
modelverse
關註
3
讚好
3
複刻
6
檔案
問題管理
4
合併請求
0
Wiki
目錄樹:
015150cdaf
分支列表
標籤列表
debugging
master
pn_debugging
testing
modelverse
/
interface
/
HUTN
/
test
/
graph_compilation_action_language
/
code
/
ifelse.al
ifelse.al
68 B
文件歷史
原始文件
1
2
3
4
5
6
7
Void function main():
Integer a
if (True):
a = 2
else:
a = 3