Closed tiye closed 4 years ago
CirruScript REPL now supports console.copy(x) for copying text.
console.copy(x)
Also added (.b a c) for calling method a.b(c). Might be conflicted with https://nodejs.org/api/repl.html#repl_repl_features .
(.b a c)
a.b(c)
Latest result:
CirruScript REPL now supports
console.copy(x)
for copying text.