Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
compiler_generated_function.zig
pretty
plain
permalink
blame
history
•
7 lines
•
80 B
1
fn max(a: bool, b: bool) bool {
2
{
3
return a or b;
4
}
5
}
6
7
// syntax