generated from seanpm2001/Template_Journaling_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.elm
13 lines (13 loc) · 1.03 KB
/
PROJECT_LANG_1.elm
1
2
3
4
5
6
7
8
9
10
11
12
13
-- Start of script
-- I decided to make Elm the main (first) project language for this project (Seanpm2001/SeansLifeArchive/Images/ThePlayForge/Tree-World) as this project is about a game that is about trees, and it only makes sense to dedicate a language like Elm to it (since Elm is also named after a tree) this project needs a language file, so it works.
-- Start
projectLanguageOne : String
projectLanguageOne =
"Project language file 1\nFor: Seanpm2001/SeansLifeArchive/Images/ThePlayForge/Tree-World/\nAbout:\nI decided to make Elm the main (first) project language for this project (Seanpm2001/SeansLifeArchive/Images/ThePlayForge/Tree-World) as this project is about a game that is about trees, and it only makes sense to dedicate a language like Elm to it (since Elm is also named after a tree) this project needs a language file, so it works."
-- End
{- File info
File type: Elm source file (*.elm)
File version: 1 (2021, Wednesday, December 1st at 3:53 pm)
Line count (including blank lines and compiler line): 14
-}
-- End of script