Here is some code:
IDL>
a = 5
IDL>
print, a
5
IDL>
help, a
A INT = 5
Here is some more code:
IDL>
a = 5
IDL>
print, a
5
IDL>
help, a
A INT = 5