Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to outdent? #112

Open
HJarausch opened this issue Nov 20, 2020 · 2 comments
Open

How to outdent? #112

HJarausch opened this issue Nov 20, 2020 · 2 comments

Comments

@HJarausch
Copy link

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

@Tangdongle
Copy link
Collaborator

What version of Nim are you running?

@ynfle
Copy link

ynfle commented Aug 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants