INim icon indicating copy to clipboard operation
INim copied to clipboard

How to outdent?

Open HJarausch opened this issue 3 years ago • 2 comments

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

HJarausch avatar Nov 20 '20 20:11 HJarausch

What version of Nim are you running?

Tangdongle avatar Nov 25 '20 08:11 Tangdongle

It works if you enter an empty line, ie. just press enter

ynfle avatar Aug 17 '21 20:08 ynfle