mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +08:00
10 lines
82 B
GLSL
10 lines
82 B
GLSL
var a = 1;
|
|
if(a == 1) {
|
|
print("return");
|
|
return;
|
|
} else {
|
|
print("end");
|
|
}
|
|
|
|
|