source:
to-imperative/trunk/library/include/refal-plus/Table.rfi
@
2039
Last change on this file since 2039 was 2039, checked in by orlov, 15 years ago | |
---|---|
|
|
File size: 456 bytes |
Line | |
---|---|
1 | $func Table = s.Tab; |
2 | $func Bind s.Tab (e.Key) (e.Val) = ; |
3 | $func Unbind s.Tab e.Key = ; |
4 | $func Table-Copy s.Tab = s.TabCopy; |
5 | $func Replace-Table s.TargetTab s.SourceTab = ; |
6 | $func Clear-Table s.Tab = ; |
7 | $func? Lookup s.Tab e.Key = e.Val; |
8 | $func? In-Table? s.Tab e.Key = ; |
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 TracBrowser
for help on using the repository browser.