yay, basic table assignment.

This commit is contained in:
Bernhard Amann 2011-10-26 17:02:57 -07:00
parent 5b0c307f87
commit b245d4168a
6 changed files with 87 additions and 8 deletions

View file

@ -5,8 +5,8 @@ export {
type ReaderDescription: record {
source: string;
idx: any;
val: any &optional;
destination: any &optional;
val: any;
destination: any;
};
}