Does pascal work like this:
You need to perform the mass operation [4]: ββ= 54; :
- Find the address of the beginning of the array
- Add to this address 4 * (the size of one element of the array)
- Write to the received address the value 54
Does pascal work like this:
You need to perform the mass operation [4]: ββ= 54; :
Source: https://ru.stackoverflow.com/questions/82865/
All Articles
>_<
type m1: array [0..15]; // from scratch m2: array [1..16]; // from unit - Sh4dow