Log in

View Full Version : What is the use of Underscore Variable in REPL session?



vishwanathoils
09-07-2021, 10:15 AM
What is the use of Underscore Variable in REPL session?

jesica
09-08-2021, 05:39 AM
Underscore(_) is a special variable in a node that stores the result of the last expression evaluation. It can be used to access the result of the last command executed.