Print Value in new line
Syntax
Println{<expr>}
Description
This will evaluate expression and print it on outputwindow in a new line
Example
Println{close[0]}
This will print closing value on console window in next line.