Terminology: what functions should a language have in order to be considered a dynamically typed language?

What functions should a language have in order to be considered a dynamically typed language

0
source share
1 answer

Values ​​are types, but variables are not.

+3
source

All Articles