Swift 2.0 Learning Notes-My first line of Swift code

Source: Internet
Author: User

??

Swift 2.0 Learning notes-my first line Swift Code

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

Import Foundation    

var str = "HelloWorld"       

print (str)          

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

The first sentence: Import Foundation

represents the introduction Foundation Framework.

What is the Foundation framework?

Foundationis aOS Xand theIOSthe underlying framework for application development, which includes basic classes such as numbers, strings, arrays, dictionaries, and so on.

CocoaFramework isOS Xthe development requires several frameworks which include:AppKitand theFoundationFramework. UIKitFramework isIOSgraphical user interface development requires a framework that includes common views and view controllers.

The second sentence: var str = "Hello World"

declaration str variable, var denotes declaring a variable.

The third sentence: Print (str)

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

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Swift 2.0 Learning Notes-My first line of Swift code

Related Article

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.