Esempio n. 1
0
 public void AddPreBoundArg(Structure arg)
 {
     PreBoundArgs.Add(arg);
 }
Esempio n. 2
0
 // Required by the interface but unimplemented, because strings are immutable.
 public void SetIndex(int index, Structure value)
 {
     throw new KOSException("Strings are immutable; they can not be modified using the syntax \"SET string[1] TO 'a'\", etc.");
 }