From dd97c531460ffbb059ac124e77fb511907184817 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Mon, 29 Dec 2014 05:39:05 +0100 Subject: Documented ' and '* --- doc/global.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/global.md b/doc/global.md index efb84dc..b6d74b1 100644 --- a/doc/global.md +++ b/doc/global.md @@ -243,6 +243,27 @@ with the specified input and output types, executing the original function objec 0000000000000004 ] +`'` +--- + +Like `''`, but instead of full specifications, just takes a string consisting of digits, a `.` and more +digits. The earlier digits specify scalar input types, the later digits specify scalar output types. + + [ /a /ab /abc /abcd ] len dump + 0000000000000003 + [ /a /ab /abc /abcd ] |len '0.0 * dump + [ + 0000000000000001 + 0000000000000002 + 0000000000000003 + 0000000000000004 + ] + +`'*` +---- + +A shortcut for `' *`. + `;` --- -- cgit v1.2.3