We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3040201 commit e1b7609Copy full SHA for e1b7609
src/cse-machine/interpreter.ts
@@ -584,8 +584,6 @@ const cmdEvaluators: { [type: string]: CmdEvaluator } = {
584
// Refer to Source §3 specifications https://docs.sourceacademy.org/source_3.pdf
585
if (init.type === 'VariableDeclaration' && init.kind === 'let') {
586
const id = init.declarations[0].id as es.Identifier
587
- // const valueExpression = init.declarations[0].init!
588
-
589
control.push(
590
ast.blockStatement(
591
[
0 commit comments