Skip to content

Commit

Permalink
PROJECT_LANG_1.wisp
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored Jul 14, 2023
1 parent 0d54065 commit 86d1425
Showing 1 changed file with 21 additions and 0 deletions.
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

0 comments on commit 86d1425

Please sign in to comment.