Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
start adding more comments pt1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoombaProgrammer committed Oct 6, 2022
1 parent 68f0e5f commit 2e6df52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,11 @@ public static void ParseCOOL(string code, HttpListenerRequest req, HttpListenerC
{
if (line == "else")
{
skipIfStmtElse = false;
skipIfStmtElse = false; // endif
}
else if (line == "stopif")
{
skipIfStmtElse = false;
skipIfStmtElse = false; // endif
}
}
continue;
Expand Down

0 comments on commit 2e6df52

Please sign in to comment.