global-functions: add function to read user input

This commit is contained in:
Christian Hesse 2018-11-09 21:13:18 +01:00
parent b6e2b8c3e4
commit ecf75697ba

View file

@ -4,6 +4,11 @@
# #
# global functions # global functions
# read input from user
:global Read do={
:return;
}
# url encoding # url encoding
:global UrlEncode do={ :global UrlEncode do={
:local input [ :tostr $1 ]; :local input [ :tostr $1 ];