4 lines
100 B
Text
4 lines
100 B
Text
@show "ha" ^ 5
|
|
|
|
# The ^ operator is really just call to the `repeat` function
|
|
@show repeat("ha", 5)
|