Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我搜索了 NetLogo 字典并没有找到它。有谁知道我是否可以清除 NetLogo 内存(内存转储)?
谢谢
您可以使用 CLEAR-ALL 擦除当前环境(杀死海龟、清除补丁变量、擦除全局变量等)。这是您的意思吗?