Program to find Area of Square

@0,6 say "Program to find area of Square"
? ""
Input "Enter Side of Square = " to s
a = s^2
? "Area = ", a