String Variable
(Redirected from string variable)
Jump to navigation
Jump to search
A String Variable is a software variable that has a string data structure (that can represent a finite sequence).
- Example(s):
- a Python String Variable, a Scala String Variable, a Perl String Variable, ...
- a Vector Variable.
- …
- Counter-Example(s):
- See: Numeric Vector.