-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
PROJECT_LANG_6.swift
27 lines (19 loc) · 1012 Bytes
/
PROJECT_LANG_6.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Start of script
class projectLanguageFileSix {
var str = "Project language file 6\nFor: WacOS X\nAbout:\nI have chosen Swift as the sixth project language file for this project (WacOS X) as Swift first starts being compatible with OS X 10.9, and will appear in versions 10.12 to 10.15 of this project. It is getting its own project language file, starting here.";
myValue = @String
let myValue = str();
return myValue;
break;
}
// Output
// Project language file
// For: WacOS X
// About:
// I have chosen Swift as the sixth project language file for this project (WacOS X) as Swift first starts being compatible with OS X 10.9, and will appear in versions 10.12 to 10.15 of this project. It is getting its own project language file, starting here.
// I don't know how to make working strings in Swift
// File info
// File version: 1 (2022, Wednesday, June 1st at 6:24 pm PST)
// File type: Swift 5.3 Source file (*.swift)
// Line count (including blank lines and compiler line): 28
// End of script