We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b9a01 commit 6b3ead6Copy full SHA for 6b3ead6
README.md
@@ -5,10 +5,6 @@
5
6
该库提供了类型系统、常用容器、常用类库与异常处理等工具,拥有实用且轻量的工具可以轻量开发简单的程序,本着lua语言的定位,该库并不会增加更多繁重的内容,复杂功能推荐使用宿主语言实现。
7
8
-```lua
9
-local n = ("notice: {0} {1} - {2}"):Format("hello", "Syslib", 2.0)
10
-```
11
-
12
## Feature
13
* 拥有C#关键字与类型系统的Lua面向对象系统,拥有常用的容器、类库、try-catch异常处理等工具,更适用于熟悉.Net的Lua/Unity开发者。
14
* 本框架使用Pascal命名规则,核心级函数(关键字)为全小写,私有成员可以使用m_member或者__menmber来提醒其他开发者不要来使用该成员。
0 commit comments