bsh.commands.error.bsh Maven / Gradle / Ivy
The newest version!
/**
Print the item as an error.
In the GUI console the text will show up in (something like) red,
else it will be printed to standard error.
*/
void error( item ) {
this.interpreter.error( String.valueOf(item) );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy