4 lines
60 B
Zig
4 lines
60 B
Zig
const err = (error {FileNotFound}).FileNotFound;
|
|
|
|
// syntax
|
const err = (error {FileNotFound}).FileNotFound;
|
|
|
|
// syntax
|