Star
12
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
6
分析
项目设置
Star
12
Fork
0
dev
nuttx-apps
/
examples
/
bastest
/
tests
/
test11.bas
下载
O
openvela-robot
Remove extra whitespace from files (
#43
)
dd83b93b
创建于
4月20日
历史提交
10 open "i",1,"test.bas" 20 while not eof(1) 30 line input #1,a$ 40 print a$ 50 wend