From e0c6d23b6d05dd7d634e120c3ce97cc51feba99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Nie=C5=9Bciur?= <63786641+factuall@users.noreply.github.com> Date: Mon, 4 Oct 2021 11:15:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c74e3fc..5f8afeb4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Hello, World: ```pascal include "std.porth" -"Hello, World\n" stdout write +"Hello, World\n" stdout write drop ``` Simple program that prints numbers from 0 to 99 in an ascending order: @@ -141,7 +141,7 @@ Example: ``` include "std.porth" -"Hello, World" stdout write +"Hello, World" stdout write drop ``` The `write` macro from `std.porth` module expects three values on the data stack: