|
| From: | apache2 |
| Subject: | [BUG] function body doesn't return a value |
| Date: | Sun, 10 Apr 2022 12:34:39 +0200 |
| User-agent: | Mutt/1.9.3 (2018-01-21) |
fun body1 = void: {};
var body2 = lambda void: {};
typeof(body1);
typeof(body2);
both give me an error:
<stdin>:1:8: error: function doesn't return a value
is this a bug?
| [Prev in Thread] | Current Thread | [Next in Thread] |