Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
alter package
statement
Alters an existing package in the context model. If no model is in context, an error occurs.
The altered package is put in context.
Syntax
alter package [PackageName] as
[name Name]
[description Description]
[comments Comments]
[tagged
[without WithoutTagList]
[with WithTagList]
]
Returns
The package just altered.
Examples
Intent |
Code |
Alter a package to change its name |
alter package Organization.Staff as name Personnel; |
Alter the context package to add a tag |
alter package as tagged with ToRevise; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020