rearrange builtins
This commit is contained in:
8
plugins/hello.go
Normal file
8
plugins/hello.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "monkey/object"
|
||||
|
||||
// Hello ...
|
||||
func Hello(args ...object.Object) object.Object {
|
||||
return &object.String{Value: "Hello World!"}
|
||||
}
|
||||
Reference in New Issue
Block a user