Parsing or Definition error of If Expression in language implementation

后端 未结 0 1576
南旧
南旧 2021-01-16 00:26

I\'m trying to implement if statements such that I can write them in the following form

if (x < 10)-> x := x + 1
[] (x > 10)-> x := x * 2
fi


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