diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 15:04:25 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 15:04:25 -0400 |
| commit | 0471e4444a7a58956dec2a530aa939e861902cdf (patch) | |
| tree | c28d6ec4d148f8f0b98431c27ec247f6c6867069 | |
| parent | 6723ea46c2a2038ede4f7433a73b05d16ac5e8ce (diff) | |
Update learnxiny
| -rw-r--r-- | learnxiny.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/learnxiny.tm b/learnxiny.tm index 88e7b819..fafccbff 100644 --- a/learnxiny.tm +++ b/learnxiny.tm @@ -238,7 +238,7 @@ func takes_many_types( array_of_ints:[Int], table_of_text_to_bools:{Text:Bool}, pointer_to_mutable_array_of_ints:@[Int], - maybe_null_pointer_to_int:@Int?, + optional_int:Int?, function_from_int_to_text:func(x:Int)->Text, ): pass |
