0

For example, I want to show $a in output window, but writing print("$a") would result in an error 'unresolved reference : a'. Then how to do it?

I tried writing println("Hello, $$a") and I was expecting Hello, $a to be printed. But the result was an error.

0 Answers0