Console
In order to perform faster and efficient print operation, SRON provides 'Console' attribute.
Syntax:
Note: 'Console' requires only value type tokens.
Examples:
Sample code to print values using 'console' attribute
OUTPUT:
27062003"Saksham"
Note:
Unlike println() function, it does not add a new line after printing values.
Also, it prints 'String' type values with double quotes (").
Last updated