write

write value

This command will output value, which can be a number, string, list, boolean, or nobody to the Command Center, not followed by a carriage return (unlike print and show).

The calling agent is not printed before the value, unlike show. Its output will also includes quotes around strings and is prepended with a space.

write "hello world"
=>  "hello world"

See also print, show, and type.

See also output-write.

Take me to the full NetLogo Dictionary