Files
Kmake/test/pseudo-tty/repl-dumb-tty.out
2026-05-26 23:36:42 -07:00

16 lines
134 B
Plaintext

> >
console.log("foo")
foo
undefined
> 1 + 2
3
> "str"
'str'
> console.dir({ a: 1 })
{ a: 1 }
undefined
> { a: 1 }
{ a: 1 }
>
> .exit