6 lines
88 B
Text
6 lines
88 B
Text
include_string("""
|
|
x = sum([1, 2, 3])
|
|
@show x
|
|
""")
|
|
|
|
@show typeof(x) # Int64
|