ThesaHelp:  references t-z
 Topic:  binding names to variables or expressions
 Topic:  input/output by accessing a variable
 |  | 
Reference
 Thornton, R.C.,
"A scientific, algorithmic, interactive language",
 Proceedings of the 2nd Biennial Cornell Electrical Engineering Conference,  IEEE, pp.  10-23,  1969.
Google
 
 Notes
about SAIL, like APL 
  
Quotations
| QuoteRef: thorRC_1969 ;; 2<-x means x points to 2
 |  | QuoteRef: thorRC_1969 ;; x=? means print value of x
 |  | QuoteRef: thorRC_1969 ;; symbol t? for console input and output [?]
 |  | QuoteRef: thorRC_1969 ;; (1 x y) <-z means z points to (1 x y) if 2<-x, 2<-y then is (1 2 2)
 |  | QuoteRef: thorRC_1969 ;; 1"y all pointers to 1 will point to y and 1 redefinable (renaming eg +"add)
 |    
 
Related Topics  
 ThesaHelp: references t-z (309 items)
 Topic: binding names to variables or expressions (10 items)
 Topic: input/output by accessing a variable (8 items)
 
 |