Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/fscripts/demo_comments.fs
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

25 lines
228 B
GLSL

//it is a line comment
//it is a line comment
if(1 < 2) {
print("yes");
//it is a line comment
}
assert(sum(1,1) == 2)
/*
*
* block1
*/
assert(sum(1,3) == 4)
/*
block2
*/
/**/
/*block3*/
assert( sum(1,2) == 3)