コード例 #1
0
ファイル: Set.cs プロジェクト: 1tgr/FirstClassLisp
 public Continuation Perform(Continuation c)
 {
     env.Set(name, c.Result);
     return(c);
 }