Stopgap limit on return count

This commit is contained in:
2022-08-26 02:14:05 +01:00
parent a4f1e048e9
commit 0c67ce6476
4 changed files with 43 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
fn name(param1, param2) {
fn name(param1: string, param2: string): string {
print "foobar";
print param1;
return param2;