5 lines
156 B
Text
5 lines
156 B
Text
|
let test =
|
||
|
print_string ("This actually should");
|
||
|
print_string (" work with");
|
||
|
print_string (" any number of");
|
||
|
print_string (" actions!\n")
|