Dumb question about syntax for "at"

what is the proper syntax to use for positioning my image?

show image "images/objects/toolbox_open.png" at (xpos 6, ypos 631)

EDIT: figured it out im dumb. New code for anyone with similar questions in the future

show image "images/objects/toolbox_open.png":   
        xpos 6  
        ypos 631