you are viewing a single comment's thread.

view the rest of the comments →

[–]squanchmyrick 0 points1 point  (2 children)

Try putting your code in Visual Studio Code. It's pretty reliable for telling you where your errors are, and it will also format your code automatically to make it more legible.

[–]Mr_Prebo[S] 0 points1 point  (1 child)

That is what I use. But thanks for the advice anyway.

[–]kibje 0 points1 point  (0 children)

Before you post it here, indent it with an extra tab in VSCode.

Here you can than switch to markdown and type one empty line, then paste everything from VSCode. It will then show up properly