Open HJarausch opened 4 years ago
I am trying to enter a 'proc' definition like
proc T(x:int) : int = if x == 0 : echo "got 0" else : echo "got ",x result= x
but I cannot terminate indentation making it impossible to enter such a procedure
What version of Nim are you running?
It works if you enter an empty line, ie. just press enter
I am trying to enter a 'proc' definition like
but I cannot terminate indentation making it impossible to enter such a procedure