We can write a string to a file using the writeFile proc. let text = "Cats are very cool!" writeFile("cats.txt", text).
確定! 回上一頁