Rohana Rezel

Results 2 issues of Rohana Rezel

Wouldn't it be better to call this operation then? So ` then ` and ` then , else ` --- `if` what? ``` ifTrue: ifFalse: ifTrue: ifFalse: ``` Smalltalk-80 ---...

Suggestion: make variable declaration in Ritchie require the := operator instead. That fits into your syntax well but prevents these kinds of errors. Nim var x = 5 # ...lots...