PreviousUpNext

14.4.89  Say

The standard library Say api defines access to functions which write string lists to various output streams. This is an older API predating (for example) Sfprintf.

The Say api is implemented by the say package.

The Say api source code is in src/lib/std/src/io/say.pkg.

See also: Sfprintf. The above information is manually maintained and may contain errors.

api {
    say : List(String ) -> Void;
    dsay : List(String ) -> Void;
    log : List(String ) -> Void;
    set_name : String -> Void;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext