generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_2.pas
12 lines (12 loc) · 1.24 KB
/
PROJECT_LANG_2.pas
1
2
3
4
5
6
7
8
9
10
11
12
// Start of script
program LanguageFileFileTwo(output);
begin
Write('I have decided to have the second project language file for this project (WacOS/BaSYS) to be Pascal, as Pascal is one of the languages the system this project is based on is written in. It comes second, after C, as it is an application level, and not a system level language. Assembly will come 3rd, as it is not used as often as the other 2. Also, the systems this project is based on are mainly written in this language, and it already is the default lsecond anguage for the BaSYS 1-6 guesthouse repositories. ')
{No ";" is required after the last statement of a block -
adding one adds a "null statement" to the program, which is ignored by the compiler.}
end.
// I have decided to have the second project language file for this project (WacOS/BaSYS 6) to be Pascal, as Pascal is one of the languages the system this project is based on is written in. It comes second, after C, as it is an application level, and not a system level language. Assembly will come 3rd, as it is not used as often as the other 2.
// File version: 1 (2022, Sunday, May 8th at 6:53 pm PST)
// File type: Pascal source file (*.pas)
// Line count (including blank lines and compiler line): 13
// End of script