A variable is a symbolic atom with a value assigned
|
(setq symbol value) |
|
!symbol |
Examples
(setq a_float 23.5678) |
23.5678 |
(setq an_integer -23567) |
|
(setq a_list '(a b c)) |
|
!a_float |
23.5678 |
!an_integer |
|
!a_list |
This website has been archived and is no longer maintained.