CoCoA:Alias In
From ApCoCoAWiki
Alias In
temporarily override global aliases
Description
This command allows one to use the aliases defined by the B_i's in
the command sequence C without affecting the global aliases.
Example
Alias GB := $man/help In GB.Man(<quotes>Alias In</quotes>); EndAlias; ============ Alias In ============= ---> Output suppressed <--- ------------------------------- I := Ideal(x^2, y); G := Res(I); GB.GetBettiMatrix(I); -- the global alias GB is unaffected ---> Output suppressed <--- -------------------------------
Syntax
Alias B_1,...,B_r In C EndAlias where each B_i is a <em>binding</em> of the form: Identifier := $PackageName, and C is a command sequence.
<type>packages</type>