由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
相关主题
[iOS Programming]Swift Programming Language:it’s like Objective-C, without the CMedical Technology公司诚征技术领头人和BD manager (转载)
分享使用ASO提升App Store排名的技巧Adobe sees strong Q4 with $1.07B in revenue, 644K new paying Creative Cloud subscribers
Introduction to "The Java Language Specification, Java SE 8 Edition今天开始学习开发iphone app
Apple's Swift climbs quickly in language popularityApp开发技术日报 4月份
What the new Apple-IBM mobile partnership means for enterprisesApp开发技术日报 5月刊
xcode 6.1 is out谁能推荐个学习ios app开发的网站或者书啊?
Swift Has Reached 1.0 ,not final手机应用程序员
Building Your First Swift App Videoiphone app开发上手请教与探讨 (转载)
相关话题的讨论汇总
话题: keywords话题: used话题: function话题: reserved
进入MobileDevelopment版参与讨论
1 (共1页)
z*******n
发帖数: 1034
1
出现了个func,既不是个word也不是众所周知的abbreviation
Keywords and Punctuation
The following keywords are reserved and can’t be used as identifiers,
unless they’re escaped with backticks, as described above in Identifiers.
Keywords other than inout, var, and let can be used as external parameter
names in a function declaration or function call without being escaped with
backticks.
Keywords used in declarations: associatedtype, class, deinit, enum,
extension, func, import, init, inout, internal, let, operator, private,
protocol, public, static, struct, subscript, typealias, and var.
Keywords used in statements: break, case, continue, default, defer, do, else
, fallthrough, for, guard, if, in, repeat, return, switch, where, and while.
Keywords used in expressions and types: as, catch, dynamicType, false, is,
nil, rethrows, super, self, Self, throw, throws, true, try, #column, #file,
#function, and #line.
Keywords used in patterns: _.
Keywords that begin with a number sign (#):
#available, #column, #else#elseif, #endif, #file, #function, #if, #line, and
#selector.
Keywords reserved in particular contexts: associativity, convenience,
dynamic, didSet, final, get, infix, indirect, lazy, left, mutating, none,
nonmutating, optional, override, postfix, precedence, prefix, Protocol,
required, right, set, Type, unowned, weak, and willSet. Outside the context
in which they appear in the grammar, they can be used as identifiers.
The following tokens are reserved as punctuation and can’t be used as
custom operators: (, ), {, }, [, ], ., ,, :, ;, =, @, #, & (as a prefix
operator), ->, `, ?, and ! (as a postfix operator).
1 (共1页)
进入MobileDevelopment版参与讨论
相关主题
iphone app开发上手请教与探讨 (转载)What the new Apple-IBM mobile partnership means for enterprises
请教专家xcode 6.1 is out
求建议Swift Has Reached 1.0 ,not final
overload "++i"里的operator“++”,怎么declare?Building Your First Swift App Video
[iOS Programming]Swift Programming Language:it’s like Objective-C, without the CMedical Technology公司诚征技术领头人和BD manager (转载)
分享使用ASO提升App Store排名的技巧Adobe sees strong Q4 with $1.07B in revenue, 644K new paying Creative Cloud subscribers
Introduction to "The Java Language Specification, Java SE 8 Edition今天开始学习开发iphone app
Apple's Swift climbs quickly in language popularityApp开发技术日报 4月份
相关话题的讨论汇总
话题: keywords话题: used话题: function话题: reserved