Print Value in new line
Syntax Println{<expr>}
DescriptionThis 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.