<script>
	export let foo;
	export let bar;
</script>

<p>
	{Math.max(0, foo)}
	{bar}
</p>