First Time in Coding / Problem

Hi everyone!

I just started learning Swift Playgrounds and I have been enjoying it so much! But I have a problem that I haven't fixed and I would really appreciate it if you could help me. I tried to upload a picture but is showing me an error every time I try.

It's a window with the next message:

Error: Consecutive statements on a line must be separated by '.' /

(Something like that)

Thank you so much for your help.

  • Please show code !!! There is nothing we can do to help without it. Just maybe you miss a closing parenthesis somewhere ?

  • I tried to upload an image but it showed an error, sorry :(

  • Please don’t use images for code. Rather, use a code block. For the details, see Quinn’s Top Ten DevForums Tips.

Add a Comment

Replies

It sounds like you have a syntax error in you code statement.

start with the basics.

https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html

  • Thank you so much!! I really appreciated it! I got it!!

    Thank you so much!!

Add a Comment