mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 19:49:11 +08:00
5 lines
92 B
GLSL
5 lines
92 B
GLSL
a = object_create()
|
|
object_set(a, "age", 123);
|
|
print(object_get(a, "age"));
|
|
object_unref(a)
|