Open skyluc opened 11 years ago
The content of the last print doesn't appear when evaluated.
print
object test { print("1") //> 1 print("1") }
The content of the last
print
doesn't appear when evaluated.