Changeset 2039 for to-imperative/trunk/library/include/refal-plus/Table.rfi
- Timestamp:
- Jul 27, 2006, 4:57:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/library/include/refal-plus/Table.rfi
r1942 r2039 2 2 $func Bind s.Tab (e.Key) (e.Val) = ; 3 3 $func Unbind s.Tab e.Key = ; 4 $func Table-Copy s.Tab = s.TabCopy 4 $func Table-Copy s.Tab = s.TabCopy; 5 5 $func Replace-Table s.TargetTab s.SourceTab = ; 6 6 $func Clear-Table s.Tab = ; 7 7 $func? Lookup s.Tab e.Key = e.Val; 8 8 $func? In-Table? s.Tab e.Key = ; 9 $func Domain s.Tab = e.KeyList ; 10 $func Values s.Tab = e.ValueList ; 11 $func Table-Size s.Tab = s.Size ; 9 $func Domain s.Tab = e.KeyList; 10 $func Values s.Tab = e.ValueList; 11 $func Entries s.Tab = e.KeyValuePairs; 12 $func Table-Size s.Tab = s.Size;
Note: See TracChangeset
for help on using the changeset viewer.