ContRap
The symbolic tool for control-flow based rapid prototyping.

Function cout from io
Brief description

cout(string:String):void

This method writes an unformatted string to the console More ...

Function information
Name: cout
Base:
Group: Built-in plugins:Console I/O
Icon: console.png
Color: black
Authors:
Copyright:

Detailed description

This method writes an unformatted string to the console.

Input parameters
string: String
String to output

Return values
Default return value: void