all repos — min @ d32b7323cfeea42769201de300ce1bfeed0243c3

A small but practical concatenative programming language.

Clarified that unzip symbol expects two items on the stack
h3rald h3rald@h3rald.com
Tue, 16 Jun 2020 09:47:07 +0200
commit

d32b7323cfeea42769201de300ce1bfeed0243c3

parent

9e04fa3009e1ea6114defe2b282a04f6515e7477

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}}||{{null}}|| -Decompresses zip file {{sl}}.#} +{#op||unzip||{{sl}} {{s2}}||{{null}}|| +Decompresses zip file {{s2}} to directory {{s1}} (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**. #}