Having trouble making sense of

ItemRotateY(ITEM_item, REAL_Angle, REAL_Speed);

I guess I'm not familiar with what REAL_ variables are. I plug in just the item and leave the REAL_ fields blank and it compiles fine. I plug in numerical values for the angle and speed, and I get an error.

Can someone tell me how to use this thing?