I'm probably missing something here. I've read the SvelteKit core concepts documentation here - that covers, routing, loading data and form actions. However, I can't see an obvious way to simply call a function from a button on a Svelte page, pass it something like "hello" and then have a function on the server respond with something like "world".