added basic Modula-3 support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5776 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ad57fc3545
commit
483d8b4367
57 changed files with 6645 additions and 380 deletions
|
|
@ -39,9 +39,7 @@ Mapping Operations (for hash table behavior)
|
|||
Getattr(hash,key) Get an attribute
|
||||
Setattr(hash,key,value) Set an attribute
|
||||
Delattr(hash,key) Delete an attribute
|
||||
Firstkey(hash) Get first key
|
||||
Nextkey(hash) Get next key
|
||||
First(hash) Get first object
|
||||
First(hash) Get first object (iterator)
|
||||
Next(hash) Get next object
|
||||
GetInt(hash,key) Get attribute as an 'int'
|
||||
SetInt(hash,key,ivalue) Set attribute as an 'int'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue