|
|
|
|
|
by yencabulator
219 days ago
|
|
> Doo provides a rich set of built-in types:
>
> Type Description Example
> Int 32-bit signed integer 42, -10
> Str UTF-8 string "Hello, World!"
> Bool Boolean value true, false
32-bit signed integer is the only numeric type in that "rich" set?!? |
|