updated README.md

This commit is contained in:
hyunghwan.chung 2019-10-02 09:36:44 +00:00
parent cdd8d7f890
commit 209c6bf691

View File

@ -95,6 +95,7 @@ class Shader(Object) from 'shader'
``` ```
### Pool dictionary ### Pool dictionary
```
pooldic MyData pooldic MyData
{ {
A := 20, A := 20,
@ -152,6 +153,7 @@ class MyClass4(MyClass2)
// the compiler doesn't recognize the dynamically added item as MyClass2.Const.XXX // the compiler doesn't recognize the dynamically added item as MyClass2.Const.XXX
} }
} }
```
### Flow Control ### Flow Control
``` ```