Erotemic / xdoctest

A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
Apache License 2.0
205 stars 12 forks source link

Expressions not allowed at the top level #116

Closed ronnits10 closed 2 years ago

ronnits10 commented 2 years ago

I have an error in my code. I am very new to swift and started coding. The error in my code is saying Expressions are not allowed at the top level can you please help me with this problem. Thank you.

Here's my code


import UIKit

var str = "Hello Playground" print(str) -- error here

ronnits10 commented 2 years ago

PLEASE HELP ME!

Erotemic commented 2 years ago

I'm not sure how to respond to this. This is for the xdoctest Python module. Not sure if you are in the right place. If this is for xdoctest please describe:

Erotemic commented 2 years ago

No follow up. Closing. If this is still an issue, add more details and reopen.