-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPROJECT_LANG_1.nimrod
More file actions
19 lines (15 loc) · 1.25 KB
/
Copy pathPROJECT_LANG_1.nimrod
File metadata and controls
19 lines (15 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Start of script
echo ("Project language file 1")
echo ("For: seanpm2001/SeansLifeArchive_Images_DiscoZoo_Y2023/")
echo ("About:")
echo ("I chose Nim as the first project language file for this project (SeansLifeArchive/Images/Disco Zoo) as this game is by NimbleBit, so the official project language is Nim. This was chosen, as Nim contains the first 3 letters (out of 9) for the NimbleBit company name. If the long file extension .nimble is used, it only needs 'bit' to be appended to it. It is getting its own project language file, starting here.")
# Output:
# Project language file 1
# For: seanpm2001/SeansLifeArchive_Images_DiscoZoo_Y2023/
# About:
# I chose Nim as the first project language file for this project (SeansLifeArchive/Images/Disco Zoo) as this game is by NimbleBit, so the official project language is Nim. This was chosen, as Nim contains the first 3 letters (out of 9) for the NimbleBit company name. If the long file extension .nimble is used, it only needs 'bit' to be appended to it. It is getting its own project language file, starting here.
# File info
# File version: 1 (2023, Wednesday, January 11th at 7:33 pm PST)
# File type: Nim source file (*.nim *.nimble *.nimrod)
# Line count (including blank lines and compiler line): 20
# End of script