type1.0

type value

Prints value in the Command Center, not followed by a carriage return (unlike print and show). The lack of a carriage return allows you to print several values on the same line.

This agent is not printed before the value. unlike show.

type 3 type " " print 4
=> 3 4

See also print, show, write, output-type, and Output (programming guide).

Take me to the full NetLogo Dictionary