generated from seanpm2001/Template_SNU_2D_ProgrammingTools_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.m
18 lines (14 loc) · 802 Bytes
/
PROJECT_LANG_1.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Start of script
// Project language file 1
// For: SNU/2D/ProgrammingTools/IDE/Octave
// About:
// I decided to make Octave the main project language file for this project (SNU / 2D / Programming Tools / IDE / Octave) as this is a Octave IDE, and it needs its main language to be represented here.
disp('Project language file 1');
disp('For: SNU/2D/ProgrammingTools/IDE/Octave');
disp('About:');
disp('I decided to make Octave the main project language file for this project (SNU / 2D / Programming Tools / IDE / Octave) as this is a Octave IDE, and it needs its main language to be represented here.');
// File info
// File type: Octave source file (*.m)
// File version: 1 (2022, Sunday, October 9th at 8:55 pm PST)
// Line count (including blank lines and compiler line): 19
// End of script