We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4735933 commit 4766133Copy full SHA for 4766133
stdlib/REPL/src/precompile.jl
@@ -58,6 +58,7 @@ function repl_workload()
58
printstyled("a", "b")
59
display([1])
60
display([1 2; 3 4])
61
+ display("a string")
62
foo(x) = 1
63
@time @eval foo(1)
64
; pwd
0 commit comments