Last change
on this file since 1942 was
1942,
checked in by orlov, 15 years ago
|
- Table interface is extended by functions Clear-Table, Values and Table-Size.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
416 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 Table-Size s.Tab = s.Size ; |
---|
Note: See
TracBrowser
for help on using the repository browser.