rum icon indicating copy to clipboard operation
rum copied to clipboard

playground: print send to stdout (server log)

Open avelino opened this issue 7 years ago • 0 comments

Input:

(print "test")

Output:

>> (print "test")

->

Server log

2018/02/08 19:37:11 Reusing session 87e65a39-8443-4271-8fe3-a5b251ca9407
2018/02/08 19:37:23 currentForm = {map[run:0x6cbcf0 clean:0x6cc1a0]} msgs = [run]
test

avelino avatar Feb 08 '18 21:02 avelino