From 419d8cdb890f416547bb337ae5ec162275f07e7d Mon Sep 17 00:00:00 2001 From: simulacr4m Date: Fri, 13 Mar 2020 17:40:30 -0500 Subject: [PATCH] Fixed typo (changed thruth -> truth) --- apps/basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/basic/README.md b/apps/basic/README.md index 4564759..672d58a 100644 --- a/apps/basic/README.md +++ b/apps/basic/README.md @@ -128,7 +128,7 @@ run the line (followed by the next, and so on). `if `: If specified condition is true, execute the rest of the line. Otherwise, do nothing. For example, `if 2>1 print 12` prints `12` and `if -2<1 print 12` does nothing. The argument for this command is a "thruth +2<1 print 12` does nothing. The argument for this command is a "truth expression". `while `: As long as specified condition is true, execute specified