Skip to content

Commit

Permalink
Atualizar sintaxe
Browse files Browse the repository at this point in the history
  • Loading branch information
dngadelha committed Jan 7, 2025
1 parent 0a18694 commit 8523dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime/src/PortugolJs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ export class PortugolJs extends AbstractParseTreeVisitor<string> implements Port

for (let i = 0; i < exprs.length; i++) {
sb.append(super.visit(exprs[i])?.trimEnd(), `.value`);

if (i < exprs.length - 1) {
sb.append(` ${op} `, `\n`);
}
Expand Down

0 comments on commit 8523dd9

Please sign in to comment.