gpt4 book ai didi

swift - do/while 循环声明和其他错误

转载 作者:行者123 更新时间:2023-11-28 10:24:27 25 4
gpt4 key购买 nike

我在尝试实现这个基本的 do while 循环时遇到了问题。

我一直收到错误提示

"statements are not allowed at the top level"

或另一个错误(突出显示“做”一词)说

"expected declaration"

我查看了 swift 编程指南,并将相关部分通读了无数遍。我也看过我能找到的每一个视频,但似乎无法弄清楚我到底做错了什么。

这是代码。

//  loop.swift

import Foundation

var i = 17

do
{
println("1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16")
} while (i < 16)

最佳答案

如果这不是您的 main.swift 文件(它似乎是您的 loop.swift 文件),您必须将代码包装在一个函数中。您可以从 main.swift 或其他地方的其他函数调用该函数。

关于swift - do/while 循环声明和其他错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29579379/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com