Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 7, 2024
1 parent 972502e commit 338c8bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion eo-runtime/src/main/eo/org/eolang/io/stdout.eo
Expand Up @@ -26,5 +26,12 @@
+rt jvm org.eolang:eo-runtime:0.0.0
+version 0.0.0

# Stdout.
# The `stdout` object, when it's being dataized, dataizes its only
# argument and prints everything to the console. For example:
#
# ```
# [args] > app
# QQ.io.stdout > @
# "Hello, world!\n"
# ```
[text] > stdout /true

0 comments on commit 338c8bc

Please sign in to comment.