gpt4 book ai didi

connectiq - MonkeyC 无法识别 Const 关键字

转载 作者:行者123 更新时间:2023-12-03 21:51:39 27 4
gpt4 key购买 nike

我正在 Eclipse 的 Garmin 的 monkeyc (ConnectIq) 中构建项目,我想使用 const而不是 var在我的代码中,但似乎 const关键字不被编译器识别。有什么问题吗?

我的代码是:

const PI = 3.14;

编译器这样提示:

BUILD: ERROR: C:\Path:155  missing '}' at 'const'

如果我改变 constvar , 一切顺利。哪里会出问题?来自 Garmin 文档 MonkeyC 应该​​有 const关键词。

最佳答案

它既不是错误也不是功能,它只是语言实现的方式。 Programmer's Guide明确地说

Constants are named, immutable values declared with the const keyword. These are useful for storing unchanging values that may be used repeatedly throughout code. Constants must be declared at the module or class level; they cannot be declared within a function.

关于connectiq - MonkeyC 无法识别 Const 关键字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40409905/

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