>> 
<< 
Usr 
Pri 
JfC 
LJ 
Phr 
Dic 
Rel 
Voc 
!: 
Help 
Primer
 
Numeric constant
You have seen the use of single numbers. It is also possible to have a list of numbers.
   num =. 5
   nums =. 23 0.5 12.5 7e6 _12 7
You'll do lots more with numeric lists, but for now we just want to establish that there is such a thing.
>> 
<< 
Usr 
Pri 
JfC 
LJ 
Phr 
Dic 
Rel 
Voc 
!: 
Help 
Primer