The Private statement allows you to declare private variables which are only available to the script in which they were declared. Memory is also allocated.
Code: <% Private privatenum = 77.7 privatestring = "Haplochromis Acei" %>