Neokernel API

Agent.println Method

Prints a message tagged with this agent's identity to the output stream. Can be disabled by setting hide_println prop to "true".

public virtual void println(
   string message
);

Implements

AgentInterface.println

See Also

Agent Class | com.neokernel.nk Namespace