Clarified that unzip symbol expects two items on the stack
h3rald h3rald@h3rald.com
Tue, 16 Jun 2020 09:47:07 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
site/contents/reference-sys.md
→
site/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**. #}