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

@@ -21,7 +21,7 @@ TODO: functions take a number of parameters
TODO: functions can return any number of values
TODO: function arguments can have specified types
TODO: function returns can have specified types
TODO: functions are invoked by calling thier names
TODO: functions are invoked by calling their names
TODO: functions are first-class citizens
TODO: functions last argument can be a rest parameter