You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puts"I decided to make Tcl the main project language file for this project (SNU / 2D / Programming Tools / IDE / Tcl) as this is a Tcl IDE, and it needs its main language to be represented here."
7
+
}
8
+
return plang1()
9
+
break
10
+
11
+
# Output:
12
+
13
+
# Project language file 1
14
+
# For: SNU/2D/ProgrammingTools/IDE/Tcl
15
+
# About:
16
+
# I decided to make Tcl the main project language file for this project (SNU / 2D / Programming Tools / IDE / Tcl) as this is a Tcl IDE, and it needs its main language to be represented here.
17
+
18
+
# File info
19
+
# File type: Tcl source file (*.tcl *.tbc)
20
+
# File version: 1 (2022, Sunday, September 4th at 7:19 pm PST)
21
+
# Line count (including blank lines and compiler line): 24
0 commit comments