generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_6.swift
27 lines (19 loc) · 1.1 KB
/
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 11.x/11.0\nAbout:\nI have chosen Swift as the sixth project language file for this project (WacOS/11.x/11.0) as Swift is a common Apple language to use, and is needed for modern parts of this project, along with cross-compatibility, and software diversity reasons. It is getting its own project language file, starting here.";
myValue = @String
let myValue = str();
return myValue;
break;
}
// Output
// Project language file 6
// For: WacOS 11.x/11.0
// About:
// I have chosen Swift as the sixth project language file for this project (WacOS/11.x/11.0) as Swift is a common Apple language to use, and is needed for modern parts of this project, along with cross-compatibility, and software diversity reasons. 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, Tuesday, June 7th at 4:27 pm PST)
// File type: Swift 5.3 Source file (*.swift)
// Line count (including blank lines and compiler line): 28
// End of script