gpt4 book ai didi

f# - F# 中有 ifdef 吗?

转载 作者:行者123 更新时间:2023-12-03 03:48:16 25 4
gpt4 key购买 nike

我想知道是否可以在 Debug模式下运行特定代码。

例如这样的事情:

if DEBUG
print "Hello World"

如果我处于 Debug模式,它只会打印“Hello World”,但是当我处于 Release模式时,它应该被编译掉。这可能吗?

最佳答案

您可以使用compiler directives为此

#if DEBUG
printfn "Hello World"
#endif

关于f# - F# 中有 ifdef 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21050686/

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