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 b4650a9 commit 2ede1f9Copy full SHA for 2ede1f9
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: "Tumeshinwa kusoma faili"}
+ return &object.Error{Message: "Tumeshindwa kusoma faili"}
94
}
95
return &object.File{Filename: filename, Content: string(file)}
96
},
0 commit comments