Kaya 0.4.4 reference for IO::put

List of functions and data types in IO

Void put(File handle, String val)

Arguments

Usage

Write a string to a file. Unlike putStr this will not write a NULL terminator to the file, and so should be used when dealing with non-binary files.

put(stdout,str) is equivalent to Builtins::putStr(str)

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya