Skip to content

Commit 5034e4d

Browse files
authored
PROJECT_LANG_1.rpgle [V1]
Version 1 of the first project language file for this directory set.
1 parent d9d7df4 commit 5034e4d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

PROJECT_LANG_1.rpgle

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// Start of script
2+
3+
**free
4+
5+
// Project language file 1
6+
// For: seanpm2001/Learn-RPGLE
7+
// About:
8+
// I decided to make RPGLE the main project language file for this project (Seanpm2001/Learn-RPGLE) as RPGLE is the language this project is dedicated to, because this project is about learning the RPGLE programming language. It only makes sense to RPGLE the official language for this project. It is getting its own project language file, starting here.
9+
10+
dcl-s title char(25);
11+
dcl-s title = 'Project language file 1';
12+
dcl-s subtitle char(25);
13+
dcl-s subtitle = 'For: seanpm2001/Learn-RPGLE';
14+
dcl-s about char(25);
15+
dcl-s about = 'About:';
16+
dcl-s description char(25);
17+
dcl-s description = 'I decided to make RPGLE the main project language file for this project (Seanpm2001/Learn-RPGLE) as RPGLE is the language this project is dedicated to, because this project is about learning the RPGLE programming language. It only makes sense to RPGLE the official language for this project. It is getting its own project language file, starting here.';
18+
dsply title;
19+
dsply subtitle;
20+
dsply about;
21+
dsply description;
22+
return;
23+
24+
// File info
25+
// File type: RPGLE source file (*.rpgle *.sqlrgple)
26+
// File version: 1 (2022, Tuesday, August 30th at 11:05 pm PST)
27+
// Line count (including blank lines and compiler line): 30
28+
29+
// End of script

0 commit comments

Comments
 (0)