コード例 #1
0
 protected override Datum eval(Datum arg)
 {
     return arg.CastSymbol().Identifier.ToAtom();
 }
コード例 #2
0
 protected override Datum eval(Datum arg)
 {
     return(arg.CastSymbol().Identifier.ToAtom());
 }