-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_2.nimrod
19 lines (15 loc) · 1.21 KB
/
PROJECT_LANG_2.nimrod
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 2")
echo ("For: seanpm2001/SeansLifeArchive_Images_DiscoZoo/")
echo ("About:")
echo ("I chose Nim as the second project language file for this project (SeansLifeArchive/Images/Disco Zoo) as this game is by NimbleBit, so the official (but secondary) project language is Nim. This was chosen, as Nim contains the first 3 letters (out of 9) for the NimbleBit company name. The original language for this project (Python) will stay as the first language, but will no longer be the primary language.")
# Output:
# Project language file 2
# For: seanpm2001/SeansLifeArchive_Images_DiscoZoo/
# About:
# I chose Nim as the second project language file for this project (SeansLifeArchive/Images/Disco Zoo) as this game is by NimbleBit, so the official (but secondary) project language is Nim. This was chosen, as Nim contains the first 3 letters (out of 9) for the NimbleBit company name. The original language for this project (Python) will stay as the first language, but will no longer be the primary language.
# File info
# File version: 1 (2022, Wednesday, July 6th at 6:06 pm PST)
# File type: Nim source file (*.nim)
# Line count (including blank lines and compiler line): 20
# End of script