Raku-Kurs / Grundlagen / Datentyp-Konvertierung / Introspektion mit WHAT
Quiz: Was gibt WHAT zurück?
Wähle das korrekte Ergebnis des Aufrufs der WHAT
-Methode.
(Str) | 'String'.WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
|
(Int) | 500.WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
|
(Rat) | 3.14.WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
Zwei Punkte sollten dich nicht verwirren. |
(Num) | pi.WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
pi ist per Definition Num . |
(Int) | (-10).WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
|
(Int) | (+10).WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
|
(Rat) | (-1/2).WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
|
(Int) | ('3' + '4').WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
'3' + '4' führt eine numerische Addition durch, daher ist das Ergebnis ein Integer. |
(Str) | ('3' ~ '4').WHAT gibt zurück (: (Int), (Rat), (Num), (Str) :) |
String-Konkatenation ergibt einen String. |
Kursnavigation
← Datentyp-Konvertierung | Datentyp-Konvertierung / Typumwandlung mit Typumwandlungsmethoden →
💪 Or jump directly to the exercises to this section.
Diese Seite wurde automatisch mit ChatGPT 4o übersetzt. Originaler englischer Text.
Übersetzungen dieser Seite: English • Deutsch • Español • Italiano • Latviešu • Nederlands • Български • Русский • Українська