mirror of https://github.com/sveltejs/svelte
5 lines
66 B
5 lines
66 B
6 years ago
|
<script>
|
||
|
let internal = 1;
|
||
|
</script>
|
||
|
|
||
|
<p>internal: {internal}</p>
|