Skip to content

Commit

Permalink
Возможно объявить переменную после кода closes EvilBeaver#376
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBeaver committed Dec 26, 2016
1 parent 5cb5f4d commit ba05817
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ScriptEngine/Compiler/Compiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,6 @@ private void BuildComplexStructureStatement()
AddCommand(OperationCode.LineNum, _parser.CurrentLine);
switch (_lastExtractedLexem.Token)
{
case Token.VarDef:
BuildVariableDefinitions();
break;
case Token.If:
BuildIfStatement();
break;
Expand Down

0 comments on commit ba05817

Please sign in to comment.