Cursus Raku / Elementa / Plura de generibus / Data typus conversio / Introspectio cum WHAT

Quiz: Quid WHAT reddit?

Elige rectum eventum vocandi methodum WHAT.

(Str)'String'.WHAT reddit (: (Int), (Rat), (Num), (Str) :)
(Int)500.WHAT reddit (: (Int), (Rat), (Num), (Str) :)
(Rat)3.14.WHAT reddit (: (Int), (Rat), (Num), (Str) :)Duo puncta te non confundant.
(Num)pi.WHAT reddit (: (Int), (Rat), (Num), (Str) :)pi est Num per definitionem.
(Int)(-10).WHAT reddit (: (Int), (Rat), (Num), (Str) :)
(Int)(+10).WHAT reddit (: (Int), (Rat), (Num), (Str) :)
(Rat)(-1/2).WHAT reddit (: (Int), (Rat), (Num), (Str) :)
(Int)('3' + '4').WHAT reddit (: (Int), (Rat), (Num), (Str) :)'3' + '4' additionem numericam facit, ergo eventus est integer.
(Str)('3' ~ '4').WHAT reddit (: (Int), (Rat), (Num), (Str) :)Concatenatio stringae dat stringam.

Introspectio cum WHAT   |   Convertendo generibus utendo coercitionis methodis