gscript icon indicating copy to clipboard operation
gscript copied to clipboard

💪🏻This is a statically and strongly typed language written in Go.|GScript 是用 Go 编写的静态、强类型的脚本语言。

Results 2 gscript issues
Sort by recently updated
recently updated
newest added

建议实现自己的类型系统,以后扩展和维护都能轻松不少

``` string S = "abcdefx"; string T = "def"; int myIndex(string S,string T,int pos) { int i = pos; int j = 0; byte[] s = toByteArray(S); byte[] t =...

enhancement