None
FR
Initial Commit: Zig
[]
Emil Privér
After registering the “run” command, we can verify whether we are running “zig build XXX”, where XXX is not a registered word and would cause an error. I see Zig error handling as similar to how Golang handles errors: as values with which we can work. If this function returns the OutOfMemory error, Zig would return the error value FileOpenError2 .