- 博客(3)
- 收藏
- 关注
原创 Dragon 1.0.1来啦
// 输入语句: input() if (trimmedLine == "input()") { std::string varName;} // if语句: if (条件表达式): if (trimmedLine.find("if (") == 0 && trimmedLine.rfind("):") == trimmedLine.length()-2) { std::string condition = trimmedLine.substr(4, trimmedLine.length()-6);
2025-05-15 19:56:52
835
原创 Dragon编程语言
// 输入语句: input() if (trimmedLine == "input()") { std::string varName;} // if语句: if (条件表达式): if (trimmedLine.find("if (") == 0 && trimmedLine.rfind("):") == trimmedLine.length()-2) { std::string condition = trimmedLine.substr(4, trimmedLine.length()-6);
2025-05-11 13:04:53
924
空空如也
旧版 MarsCode 网页版
2025-06-15
TA创建的收藏夹 TA关注的收藏夹
TA关注的人