From 974bd8ca4fcb30e83eb17f5e95806cc7ab4987f2 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Wed, 30 Dec 2020 03:18:28 +0900 Subject: [PATCH] minor fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51a20db..a807c7c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ $ cat helloworld.fs | ./plank | C | cell | ( -- n ) | The size of Cells | | h | here | ( -- addr ) | The address of 'here' cell | | l | latest | ( -- addr ) | The address of 'latest' cell | -| k | key | ( -- n ) | Read character | -| t | type | ( n -- ) | Print character | +| k | key | ( -- c ) | Read character | +| t | type | ( c -- ) | Print character | | j | jump | ( -- ) | Unconditional branch. | | J | 0jump | ( a -- ) | Jump if a == 0. | | f | find | ( c -- xt ) | Get execution token of c |