Up | Next | Prev | PrevTail | Tail |
In many applications, it is useful to create a set of identifiers for naming objects in a consistent manner. In most cases, it is sufficient to create such names from two components. The operator MKID is provided for this purpose. Its syntax is:
for example
while mkid(a+b,2) gives an error.
The SET operator can be used to give a value to the identifiers created by MKID, for example
will give A3 the value 2.
Up | Next | Prev | PrevTail | Front |