working on presentation
[cc1516.git] / examples / Markus / overloading.spl
1 // At this point you maybe don't see what the problem is.
2 // Wait until you try to implement your code generator.
3
4 equal(x, y)
5 {
6 return x == y;
7 }