main
	local obj

	obj = create_object("SmartWare.Application")
	obj.Visible = True
	message obj.Execute("power(3,4)","")
end main
