A Swift Tutorial
Abstract
This is a tutorial on the use of Swift, and its programming language SwiftScript. It is not intended
as a reference manual. $LastChangedRevision: 265 $
Table of Contents
1. Introduction ............................................................................................................................ 1
2. Hello World ............................................................................................................................ 1
3. Parameters .............................................................................................................................. 3
4. Calling the same function with different parameters ....................................................................... 3
5. Named and optional parameters .................................................................................................. 4
6. Another procedure ................................................................................................................... 4
7. Anonymous files ..................................................................................................................... 5
8. More on datatypes .................................................................................................................... 6
9. Arrays ................................................................................................................................... 6
10. Mappers .................................. ...
Voir