Esempio n. 1
0
 protected override Datum eval(Datum arg)
 {
     return arg.CastSymbol().Identifier.ToAtom();
 }
Esempio n. 2
0
 protected override Datum eval(Datum arg)
 {
     return(arg.CastSymbol().Identifier.ToAtom());
 }