Skip to content

Commit b2acd4d

Browse files
authored
PROJECT_LANG_1_V1.py
An archive of the first version of the first project language file for this directory set.
1 parent b98aac0 commit b2acd4d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Start of script
2+
import clr
3+
clr.AddReference("System.Windows.Forms")
4+
from System.Windows.Forms import MessageBox, MessageBoxButtons
5+
6+
MessageBox.Show("I decided to make IronPython the main project language file for this project (SNU / 2D / Programming Tools / IDE / IronPython) as this is a IronPython IDE, and it needs its main language to be represented here.", "Project language file 1 - For: SNU/2D/ProgrammingTools/IDE/IronPython", MessageBoxButtons.OKCancel)
7+
8+
# Output
9+
10+
# Project language file 1
11+
# For: SNU/2D/ProgrammingTools/IDE/IronPython
12+
# # I decided to make IronPython the main project language file for this project (SNU / 2D / Programming Tools / IDE / IronPython) as this is a IronPython IDE, and it needs its main language to be represented here.
13+
14+
# File info
15+
# File type: IronPython 3 source file (*.py)
16+
# File version: 1 (2022, Friday, October 7th at 9:23 pm PST)
17+
# Line count (including blank lines and compiler line): 20
18+
19+
# End of script

0 commit comments

Comments
 (0)