Evaluation of custom If representation terminates if a guard to a statement is false

后端 未结 0 985
北海茫月
北海茫月 2021-01-27 20:09

If-statements in my language should be in the following form:

if ((4 div 2) = 2)-> print(1)
[] ((4 div 2) > 1)-> print(2)
[] ((4 div 2) > 2)-> prin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题