From ecf75697ba6c7122df5ec305fd8b2d3e9f1466e2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 9 Nov 2018 21:13:18 +0100 Subject: global-functions: add function to read user input --- global-functions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global-functions b/global-functions index 61637ff..5f6cf66 100644 --- a/global-functions +++ b/global-functions @@ -4,6 +4,11 @@ # # global functions +# read input from user +:global Read do={ + :return; +} + # url encoding :global UrlEncode do={ :local input [ :tostr $1 ]; -- cgit v1.2.3-54-g00ecf