Hilbish/lua.go

13 lines
130 B
Go
Raw Normal View History

2021-03-19 23:03:11 +00:00
package main
import (
"github.com/yuin/gopher-lua"
)
func hshprompt(L *lua.LState) int {
prompt = L.ToString(1)
return 0
}