:laptop:一种简单的编译程序语言。 该语言用Go编写,目标语言是C。 内置库也是用C编写的。 :warning: 该项目是一个原型,请考虑一下。 例 代码示例 - returns a random number between 0 and 6 fn rollDice() int random|randInt(6) end - gets the user entry console|println("Enter your name") name = console|getStringEntry() - uses pipe character to use multiple ti