Typed Program Variable

From GM-RKB
Jump to navigation Jump to search

A Typed Program Variable is a program variable whose type is predefined.



References

2013

  • http://www.tutorialspoint.com/python/python_variable_types.htm
    • … Based on the data type of a variable, the interpreter allocates memory and decides what can be stored in the reserved memory. Therefore, by assigning different data types to variables, you can store integers, decimals or characters in these variables.