SLet/Libraries

From Esolang
Jump to navigation Jump to search

Back to SLet

No uncomputable commands!
No Joke commands!

Official

Advanced List Operators \advlist

join,<list 1>,<list 2>        Joins two given lists
index,<index>,<list>          Returns the given index of the list
replace,<index>,<list>,<new>  Replaces the value at index to new

... wait for more

Random Numbers \random

As one of my friend suggested.

rand         Returns a random decimal between 0 and 1
floor,<num>  Returns floor of the number


If it can't be implemented, someone should delete it.
If a good idea appears here, and is able to implement, I'll maybe move it to Official.
Remember to leave your name here!

User-added