Haskell語言IO模塊中函數stdout的用法及代碼示例。
用法類型:
Handle
將句柄返回到標準輸出通道
示例1:
源碼:
import IO
main = do hPutStr stdout "Standard Output"
輸出:
Standard Output
注:本文由純淨天空篩選整理自 haskell stdout。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。