Skip to content
Snippets Groups Projects
test2.kal 83 B
Newer Older
  • Learn to ignore specific revisions
  • def foo(x y) x+foo(y, 4.0);
    def foo(x y) x+y y;
    def foo(x y) x+y );
    extern sin(a);