We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2636f commit 39741f4Copy full SHA for 39741f4
evaluator/builtins.go
@@ -90,7 +90,7 @@ var builtins = map[string]*object.Builtin{
90
91
file, err := os.ReadFile(filename)
92
if err != nil {
93
- return &object.Error{Message: "Tumeshindwa kusoma faili"}
+ return &object.Error{Message: "Tumeshindwa kusoma faili au faili halipo"}
94
}
95
return &object.File{Filename: filename, Content: string(file)}
96
},
0 commit comments