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.

BitVector setq 024 Boolean setq 016 Brick setq 029 Brick setq 28
Character setq 017 Date setq 019 Dictionary setq 007 Dictionary setq 008
Dictionary setq 009 Directory setq 010 Directory setq 011 FltVector setq 019
IntVector setq 020 Lambda setq 015 List setq 025 List setq 026
Matrix setq 014 NumVector setq 021 Number setq 018 ObjVector setq 022
ObjectRepository setq 027 PcodeVector setq 023 ShortVector setq 021 String setq 001
Structure setq 003 Structure setq 004 Structure setq 005 Structure setq 006
Symbol setq 001 Symbol setq 002 Vector setq 012 Vector setq 013
Void setq 015

 

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.

setf(#void) ref(#void) set(#void)

 

Argument Types

Here are the links to the data types of the arguments used in this example.

ObjectRepository

Here are a number of links to examples having similar argument types.

ObjectRepository abortTransaction 001 ObjectRepository addMethod 026 ObjectRepository attachLibrarian 001 ObjectRepository beginTransaction 001
ObjectRepository checkPointTransaction 001 ObjectRepository clear 002 ObjectRepository commitTransaction 001 ObjectRepository compare 021
ObjectRepository compare 022 ObjectRepository compareEQ 021 ObjectRepository compareEQ 022 ObjectRepository compareGE 021
ObjectRepository compareGE 022 ObjectRepository compareGT 021 ObjectRepository compareGT 022 ObjectRepository compareLE 021
ObjectRepository compareLE 022 ObjectRepository compareLT 021 ObjectRepository compareLT 022 ObjectRepository compareNE 021
ObjectRepository compareNE 022 ObjectRepository comparison 021 ObjectRepository comparison 022 ObjectRepository defmethod 023
ObjectRepository delete 013 ObjectRepository detachLibrarian 001 ObjectRepository exportTab 001 ObjectRepository importTab 001
ObjectRepository inspect 002 ObjectRepository isIdentical 019 ObjectRepository isImmediate 001 ObjectRepository length 016
ObjectRepository loadRepository 001 ObjectRepository methodsOf 023 ObjectRepository new 014 ObjectRepository ref 030
ObjectRepository ref 031 ObjectRepository ref 032 ObjectRepository ref 033 ObjectRepository ref 034
ObjectRepository refLibrarian 001 ObjectRepository rename 001 ObjectRepository saveImmediate 001 ObjectRepository saveRepository 001
ObjectRepository send 026 ObjectRepository setf 001 ObjectRepository setf 002 ObjectRepository setq 027
ObjectRepository sizeof 027 ObjectRepository type 024

Analytic Information Server (AIS)

AIS Component Systems

  • Smartbase Engine
  • QT C++ Libraries
  • MySQL Relational Database
  • AIS Lisp Libraries
  • Rapid Analytic Demo IDE