```val fishnet="Net"to"Catch fish" val(tool,use)=...
# announcements
a
Copy code
val fishnet="Net"to"Catch fish"

val(tool,use)=fishnet
println("$tool and $use")
k
Copy code
val fishnet="Net\"to\"Catch fish"

val(tool,use)=fishnet
println("$tool and $use")
Wait nvm
Maybe place spaces around the to
💯 1
a
Thanks