mirror of https://github.com/sveltejs/svelte
7 lines
79 B
7 lines
79 B
6 years ago
|
<script>
|
||
|
let obj = { x: 5 };
|
||
|
let kobzol = 5;
|
||
|
</script>
|
||
|
|
||
|
{@debug obj, kobzol}
|