Swift 2.0 Learning Notes-My first line of Swift code

Source: Internet
Author: User

Swift 2.0 Learning Notes-My first line of Swift code

When I first saw the following code, I petrified, what is the code? The words spelled out?

Import Foundation

var str = "Hello World"

Print (str)

Dizzy, okay, keep your head down and look down, oh, yes.

First sentence: Import Foundation

Represents the introduction of the foundation framework.

What is the foundation framework?

Foundation is the framework for OS X and iOS application development, which includes basic classes such as numbers, strings, arrays, dictionaries, and so on.

The cocoa framework is a framework that requires several frameworks for OS X development including: AppKit and foundation. The Uikit framework is a framework for developing iOS graphical user interfaces, including common views and view controllers.

Second sentence: var str = "Hello World"

Declare the str variable, VAR represents the declared variable.

Third sentence: print (str)

Print (_:) is a function that can output variables or constants to the console.

Swift 2.0 Learning Notes-My first line of Swift code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.