-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_4.php
19 lines (19 loc) · 1 KB
/
PROJECT_LANG_4.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
// Start of script
// I chose PHP as the 4th project language for this project (SNU) as it seems like a fitting language for both backend and frontend processing, and I wanted to alternate from JavaScript. It is also used in SNUs development following the July 2020 update.
$PROJECT_LANGUAGE_FOUR; {
echo ("Project language 4");
echo ("For: SNU");
echo ("I chose PHP as the 4th project language for this project (SNU) as it seems like a fitting language for both backend and frontend processing, and I wanted to alternate from JavaScript. It is also used in SNUs development following the July 2020 update.");
break;
}
// Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list.
return $PROJECT_LANGUAGE_FOUR;
break;
/* File info
* File type: PHP Source file (*.php)
* File version: 1 (Friday, 2021 September 10th at 8:26 pm)
* Line count (including blank lines and compiler line): 20
*/
// End of script
?>