We should consider adding result blocking terminator to be added in language. Example(suppose using ? as terminator) ```go a = 1 + 5? a = 1 + 5 ``` Either one of this lines should print a value and another do not.
We should consider adding result blocking terminator to be added in language.
Example(suppose using ? as terminator)
Either one of this lines should print a value and another do not.