pull/9609/head
baseballyama 3 years ago
parent 731b8cf006
commit 4d89c849c5

@ -80,7 +80,7 @@ The `{@const ...}` tag defines a local constant.
</script>
{#each boxes as box}
{@const }
{@const area = box.width * box.height}
{box.width} * {box.height} = {area}
{/each}
```

Loading…
Cancel
Save