2
3
mirror of https://github.com/sammy-ette/Hilbish synced 2025-08-10 02:52:03 +00:00
Hilbish/lua.go
2021-03-19 19:03:11 -04:00

12 lines
129 B
Go

package main
import (
"github.com/yuin/gopher-lua"
)
func hshprompt(L *lua.LState) int {
prompt = L.ToString(1)
return 0
}