gpt4 book ai didi

scala - 如何清除Scala REPL中的所有变量

转载 作者:行者123 更新时间:2023-12-01 23:03:18 24 4
gpt4 key购买 nike

有快速命令吗?我不想每次想清除所有变量时都按 Ctrl+d 并运行 Scala。重置、清除和清理不起作用,并且 :help 没有列出任何内容

最佳答案

您可以使用:reset

Welcome to Scala version 2.10.0-RC2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_37).
Type in expressions to have them evaluated.
Type :help for more information.

scala> val a = 1
a: Int = 1

scala> val b = 3
b: Int = 3

scala> :reset
Resetting interpreter state.
Forgetting this session history:

val a = 1
val b = 3

Forgetting all expression results and named terms: $intp, a, b

scala>

关于scala - 如何清除Scala REPL中的所有变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14292108/

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