Skip to content

Commit 6b3ead6

Browse files
committed
Update README.md
1 parent 39b9a01 commit 6b3ead6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
该库提供了类型系统、常用容器、常用类库与异常处理等工具,拥有实用且轻量的工具可以轻量开发简单的程序,本着lua语言的定位,该库并不会增加更多繁重的内容,复杂功能推荐使用宿主语言实现。
77

8-
```lua
9-
local n = ("notice: {0} {1} - {2}"):Format("hello", "Syslib", 2.0)
10-
```
11-
128
## Feature
139
* 拥有C#关键字与类型系统的Lua面向对象系统,拥有常用的容器、类库、try-catch异常处理等工具,更适用于熟悉.Net的Lua/Unity开发者。
1410
* 本框架使用Pascal命名规则,核心级函数(关键字)为全小写,私有成员可以使用m_member或者__menmber来提醒其他开发者不要来使用该成员。

0 commit comments

Comments
 (0)