test commit
This commit is contained in:
parent
4a2429150d
commit
5c14525067
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
using System.DirectoryServices;
|
|
||||||
|
|
||||||
namespace KumiScript.Interpreter
|
namespace KumiScript.Interpreter
|
||||||
{
|
{
|
||||||
public class LispProcedure : Procedure
|
public class LispProcedure : Procedure
|
||||||
|
@ -43,4 +41,4 @@ namespace KumiScript.Interpreter
|
||||||
return string.Concat("λ(", string.Join(' ', _parameters), ")");
|
return string.Concat("λ(", string.Join(' ', _parameters), ")");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue