Skip to content

Commit

Permalink
#2660: seq
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 7, 2023
1 parent 66c553d commit 8f67247
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ args: ["simple.main"]
eo: |
+package simple
+alias org.eolang.io.stdout
+alias org.eolang.txt.sprintf
[args] > main
stdout > @
"Hello, дорогой!"
seq > @
*
stdout
"Hello, "
stdout
"дорогой"
stdout
"!"

0 comments on commit 8f67247

Please sign in to comment.