``` useTempFile { writeText("hello") } ``` Yo...
# getting-started
a
Copy code
useTempFile {
    writeText("hello")
 }
You don't need explicit
this