Probably something really simple but can't for the life of me figure it out..
I've been porting a JS library into Nim and have been trying to use 'nim secret' to quickly test things. Whenever I get to the point of needing to declare type sections I don't know how to get it to use multiple lines.
ex:
>>>
>>> type
stdin(3, 1) Error: identifier expected, but got '[EOF]'
>>>
The last time I remember using 'nim secret' I think I was just able to hit 'enter' and it would automatically indent appropriately. Not 100% certain.
I tried CTRL + Enter and a few others but no success.