Updated FAQ (markdown)

Michael Dusan 2020-01-10 17:48:15 -05:00
parent 363a13f444
commit c22bbf689a

6
FAQ.md

@ -105,4 +105,8 @@ and search for `fn entry` (you'll see it twice because zig first produces "IR0"
```
zig build-obj reduction.zig --verbose-ir |& less
```
```
## Why was varargs replaced with tuples?
see https://github.com/ziglang/zig/issues/208#issuecomment-393777148