I want to create a function like public static int Sum(int a, int b){ return 0; } (in C#, not nemerle) that would be inside .n document (not external dll) and be visiable for nemerle code. How to do such thing? (cant find examples on the web)
How to extend Nemerle with C# function that takes arguments?
167 views Asked by DuckQueen At
2
Nemerle allows class name in the using keyword for import static class methods.