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.
cat
nyan
1 parent 2c6f2aa commit 8d9095aCopy full SHA for 8d9095a
main.go
@@ -194,7 +194,7 @@ func NewBoiInterpreter(input []byte) *BoiInterpreter {
194
boi.RegisterGoFunction("say", BoiFuncSay)
195
boi.RegisterGoFunction("set", BoiFuncSet)
196
boi.RegisterGoFunction("icanhas", BoiFuncGet)
197
- boi.RegisterGoFunction("cat", BoiFuncCat)
+ boi.RegisterGoFunction("nyan", BoiFuncCat)
198
boi.context.functions["int"] = BoiFuncInt{boi}
199
boi.context.functions["+"] = BoiFuncAdd{boi}
200
boi.context.functions["-"] = BoiFuncSub{boi}
0 commit comments