-
-
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
0d54065
commit 86d1425
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...emplates/ProjectLanguageFiles/SNU/2D/ProgrammingTools/!/IDE/Wisp/Wisp/PROJECT_LANG_1.wisp
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 | ||
(defn ProjectLanguageFileOne | ||
(defn str | ||
str "Project language file 1"; | ||
str "For:/SNU/2D/ProgrammingTools/IDE/Wisp"; | ||
str "About:"; | ||
str "I decided to make Wisp the main project language file for this project (SNU / 2D / Programming Tools / IDE / Wisp) as this is a Wisp IDE, and it needs its main language to be represented here."; | ||
)) | ||
|
||
; Output | ||
; Project language file 1 | ||
; For: /SNU/2D/ProgrammingTools/IDE/Wisp | ||
; About: | ||
; I decided to make Wisp the main project language file for this project (SNU / 2D / Programming Tools / IDE / Wisp) as this is a Wisp IDE, and it needs its main language to be represented here. | ||
|
||
; File info | ||
; File type: Wisp source file (*.wisp) | ||
; File version: 1 (2023, Thursday, July 13th at 08:51 pm PST) | ||
; Line count (including blank lines and compiler line): 22 | ||
|
||
; End of script |