-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
768bfd2
commit 542ade1
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
Git-Templates/ProjectLanguageFiles/Education/!Learn/Learn-Harbour/Harbour/PROJECT_LANG_1.ch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Start of script | ||
|
||
PROCEDURE ProjectLanguageFileOne() | ||
? "Project language file 1" | ||
? "For: seanpm2001/Learn-Harbour" | ||
? "About:" | ||
? "I decided to make Harbour the main project language file for this project (Seanpm2001/Learn-Harbour) as Harbour is the language this project is dedicated to, because this project is about learning the Harbour programming language. It only makes sense to Harbour the official language for this project. It is getting its own project language file, starting here." | ||
RETURN | ||
|
||
// Output | ||
// Project language file 1 | ||
// For: seanpm2001/Learn-Harbour | ||
// About: | ||
// I decided to make Harbour the main project language file for this project (Seanpm2001/Learn-Harbour) as Harbour is the language this project is dedicated to, because this project is about learning the Harbour programming language. It only makes sense to Harbour the official language for this project. It is getting its own project language file, starting here. | ||
|
||
// File info | ||
// File type: Harbour source file (*.prg *.ch *.hb *.hbp) | ||
// File version: 1 (2023, Thursday, June 22nd at 10:24 pm PST) | ||
// Line count (including blank lines and compiler line): 22 | ||
|
||
// End of script |