Implicit type conversion: Difference between revisions

m
neater link text
(→‎Tcl: Added description)
m (neater link text)
Line 1:
{{draft task|Basic language learning}}
Some programming languages have [[wp:Type conversion#Implicit type conversion|Implicitimplicit type conversion(wp)]]. Type conversion is also known as ''coercion''.
 
For example: <lang algol68>COMPL z := 1;</lang>Here the assignment "''':='''" implicitly converts the '''integer''' 1, to the '''complex''' number <math>1+0i</math> in the programming language [[ALGOL 68]].
Anonymous user