Easy trace question from a beginner

Hello, I’m using Flash MX 2004 and placed this code into my actions panel.

[COLOR=Navy]var ntest:Number = 5;
trace(ntest);[/COLOR]

Aren’t I supposed to see the number 5 in the output panel when I do this. For some reason I don’t.

Thx.