Qurak

WriteLine

引擎已實作,但 Qurak 不允許使用

Write a string to an output stream, followed by a newline.

WriteLine["file", "string"]
WriteLine[stream, "string"]
WriteLine[proc, "string"]
WriteLine["stdout", "first"]; WriteLine["stdout", "second"] → first second Nullstream = OpenWrite["!tr a-z A-Z"]; WriteLine[stream, "hello pipe"]; Close[stream]; → HELLO PIPE Null

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個