|
Example ObjectRepository setq 027
|
Description
This example shows the setq special form and set function equivalences.
Details
Same as:
(setq target newValue)
|
Returns: (set 'target newValue)
|
Same as:
(setq target newValue) |
Returns: (set target: newValue)
|
Same as:
(setq target newValue) |
Returns: (vmmove newValue target)
|
Same as:
(setq (ref target index1) newValue) |
Returns: (set target index1 newValue)
|
Same as:
(setq target[index1] newValue) |
Returns: (set target index1 newValue)
|
Same as:
(setq target.index1 newValue) |
Returns: (set target index1 newValue)
|
Same as:
(setq (ref target index1 index2) newValue) |
Returns: (set target index1 index2 newValue)
|
Same as:
(setq (ref target index1 index2 index3) newValue) |
Returns: (set target index1 index2 index3 newValue)
|
Same as:
(setq target[index1 index2 index3] newValue) |
Returns: (set target index1 index2 index3 newValue)
|
Related Examples
Here are examples of the setq function at work.
Function Links
Here is the link to the current function used in this example.
setq
Here are a number of links to other related functions.
Argument Types
Here are the links to the data types of the arguments used in this example.
Here are a number of links to examples having similar argument types.
|
Analytic Information Server (AIS)
AIS Component Systems
- Smartbase Engine
- QT C++ Libraries
- MySQL Relational Database
- AIS Lisp Libraries
- Rapid Analytic Demo IDE
|