@@ -1,15 +1,15 @@
import stdlib.sl
import fn.sl
: main
2 40 +
puts
extend-syntax
1
2
foo()
foo(1, 2)
0
;
fn foo(int a, int b){
return a + b;
}
The note is not visible to the blocked user.