Skip to content

Commit

Permalink
PROJECT_LANG_1_V1.py
Browse files Browse the repository at this point in the history
An archive of the first version of the first project language file for this directory set.
  • Loading branch information
seanpm2001 authored Oct 8, 2022
1 parent b98aac0 commit b2acd4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions OldVersions/PROJECT_LANGUAGE/IronPython/3/3.4/PROJECT_LANG_1_V1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Start of script
import clr
clr.AddReference("System.Windows.Forms")
from System.Windows.Forms import MessageBox, MessageBoxButtons

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)

# Output

# Project language file 1
# For: SNU/2D/ProgrammingTools/IDE/IronPython
# # 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.

# File info
# File type: IronPython 3 source file (*.py)
# File version: 1 (2022, Friday, October 7th at 9:23 pm PST)
# Line count (including blank lines and compiler line): 20

# End of script

0 comments on commit b2acd4d

Please sign in to comment.