Skip to content

Built In Function Library Documentation

JonoCode9374 edited this page Nov 14, 2019 · 5 revisions

Here will be all the docs for the many BFL libraries that exist

A

B

C

D

E

F

G

H

I

J

K

L

M

MM

  • In: 2 items from the stack
  • Out: 1 item

Given the top two items on the stack, return the maximum of the two items

Cases

In -> Out
[1, 2] -> [2]
[-50, 30] -> [30]
[3.1, 3.2] -> [3.2]

N

O

P

Q

R

S

S

  • In: 0 items from the stack
  • Out: 1 item

Pushes an empty stack onto the stack

In -> Out
[] -> [[]]

T

U

V

W

X

Y

Z