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 客户端使用