all repos — min @ ac3a195499364a7e700aaa7922cec9ddf1551bac

A small but practical concatenative programming language.

Fixed small doc mistake.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2020 10:10:53 +0200
commit

ac3a195499364a7e700aaa7922cec9ddf1551bac

parent

d32b7323cfeea42769201de300ce1bfeed0243c3

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M site/contents/reference-sys.mdsite/contents/reference-sys.md

@@ -104,8 +104,8 @@

{#op||system||{{sl}}||{{i}}|| Executes the external command {{sl}} in the current directory and pushes its return code on the stack. #} -{#op||unzip||{{sl}} {{s2}}||{{null}}|| -Decompresses zip file {{s2}} to directory {{s1}} (created if not present).#} +{#op||unzip||{{sl1}} {{sl2}}||{{null}}|| +Decompresses zip file {{sl1}} to directory {{sl2}} (created if not present).#} {#op||which||{{sl}}||{{s}}|| Returns the full path to the directory containing executable {{sl}}, or an empty string if the executable is not found in **$PATH**. #}