all repos — min @ 1fbe175de71e1c247f03ff25e0623400220b392a

A small but practical concatenative programming language.

Fixed #18.
h3rald h3rald@h3rald.com
Fri, 01 Dec 2017 20:53:37 +0100
commit

1fbe175de71e1c247f03ff25e0623400220b392a

parent

34ce8b338bd8e9769d936af71d1431bdf50d684b

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

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

@@ -101,8 +101,8 @@

{#op||symlink?||{{sl}}||{{b}}|| Returns {{t}} if the specified path {{sl}} exists and is a symbolic link. #} -{#op||system||{{sl}}||{{null}}|| -Executes the external command {{sl}} in the current directory. #} +{#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}}.#}