| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
Functionrec
(
nof(any)
)
->
record
Syntaxrec({<name> field := <any> a[,]})DescriptionExamplesrec( a := 1, b := '2' ); # a record with two components
rec( a := 1, b := rec( c := 2 )); # records may contain records
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |