This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
inf:scala [2022/11/27 12:27] sqbell [Typy danych] |
inf:scala [2022/11/27 12:30] (current) sqbell [Pierwszy program w Scali] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | ====== | + | ====== |
- | ^ Typ ^ Liczba bajtów | + | ^ Type ^ Info ^ |
- | | Boolean | + | | Unit | No value | |
+ | | Null | Empty or null reference | | ||
+ | | Nothing | Subtype of every other type | | ||
+ | | Any | Supertype of any type | | ||
+ | | AnyRef | Supertype of any reference type | |