Topic: data type as constructors, selectors, and predicates
Topic: variable as function that accesses an object's value
Topic: language extension via macros
Topic: primitive data types for Thesa
| |
Note
build structures by specifying the accessing algorithms eg STRUCTURE name [param list]= expression eg ARY2[i,j]=(.ary2 +.i*10+ .j) then MAP structure-name id-list eg ARY2 x:y:z also option size-of- structure and dynamic-storage-manager where undotted params evaluated at Map declaration eg ARY2[i,j] = [i*j] (.ARY2=.i*j*+.j) then MAP x:y:z [10,10]
Related Topics
Topic: data type as constructors, selectors, and predicates (20 items)
Topic: variable as function that accesses an object's value (21 items)
Topic: language extension via macros (23 items)
Topic: primitive data types for Thesa (82 items)
|