From 67c9df072686c7a116f7bce318d6cc4bff7ea3b3 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Thu, 24 Mar 2022 15:25:07 +0100 Subject: [PATCH] add subprocess cmd --- std.isbpl | 1 + 1 file changed, 1 insertion(+) diff --git a/std.isbpl b/std.isbpl index 909e225..ecf04e2 100644 --- a/std.isbpl +++ b/std.isbpl @@ -33,6 +33,7 @@ native _layer_call func call { 1 _layer_call } +native subprocess "This returns the last word as a string, from an index." # "index has to be <16, index 0 is this call" # native _last_word