Implemented multiple return values
This commit is contained in:
parent
b124915119
commit
14e2aa0588
15 changed files with 113 additions and 35 deletions
|
@ -24,6 +24,7 @@ var programs = []struct {
|
|||
{"reassign", "", "", 0},
|
||||
{"reuse", "", "", 0},
|
||||
{"return", "", "", 0},
|
||||
{"return-multi", "", "", 0},
|
||||
{"math", "", "", 0},
|
||||
{"precedence", "", "", 0},
|
||||
{"op-assign", "", "", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue