JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

eprin

core-api


    cfunction
    src/core/io.c on line 559, column 1

    (eprin & xs)

    Same as `prin`, but uses `(dyn :err stderr)` instead of `(dyn :out 
    stdout)`.


1 exampleSign in to add an example
Loading...
> (eprin "there is a boo-boo on line " 33 "\n")
there is a boo-boo on line 33
nil
cellularmitosisPlayground