more fun with string operators
This commit is contained in:
parent
76cca82f6e
commit
1cde2b3e18
@ -2,3 +2,5 @@
|
||||
|
||||
print "Hello" . "World\n";
|
||||
print "Hello" . " " . "World\n";
|
||||
|
||||
print "Hello" x 5, "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user