Star
462
Fork
5499
代码
介绍
代码
Issues
22
Pull Requests
3545
流水线
Actions
讨论
Wiki
项目成员
11
分析
项目设置
Star
462
Fork
5499
1.0.0
Cangjie-Examples
/
CangjieLua
/
tests
/
16_println_variable.scj
下载
EastGreatSummer
support more features
5afed912
创建于
3月4日
历史提交
// Test 16: Println variable let x = 100 println(x) // Expected: 100.0