|
|
|
|
|
by jhugo
1900 days ago
|
|
Sure. In most static type systems though, you would be importing the data into structures that you defined, with defined types. So you wouldn’t suddenly get a Decimal in place of a String just because the data was different. You’d get a type error on import. |
|