prepend
Add data to the start of an array
prepend
a data to the start of an array.
<stdin> -> prepend: value -> <stdout>
» a: [January..December] -> prepend: 'New Year'
New Year
January
February
March
April
May
June
July
August
September
October
November
December
prepend
and append
are data type aware:
» tout json [1,2,3] -> append 4 5 6 bob
Error in `append` (1,22): cannot convert 'bob' to a floating point number: strconv.ParseFloat: parsing "bob": invalid syntax
prepend
list.prepend
[[
(element): Outputs an element from a nested structure[
(index): Outputs an element from an array, map or tablea
(mkarray): A sophisticated yet simple way to build an array or listaddheading
: Adds headings to a tableappend
: Add data to the end of an arraycast
: Alters the data type of the previous function without altering it’s outputcount
: Count items in a map, list or arrayja
(mkarray): A sophisticated yet simply way to build a JSON arraymatch
: Match an exact value in an arraymsort
: Sorts an array - data type agnosticmtac
: Reverse the order of an arrayregexp
: Regexp tools for arrays / lists of stringsThis site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Mon Feb 13 09:18:06 UTC 2023 against commit f339958f33995895c1d997efcdbb8408d2c8d45f8b5f934.
Current version is which has been verified against 13950 tests cases.