misc - Luau Runner
Skip to content

misc

Some random functions.

truth(vars:{any}):{}

creates a truth table for the given variables

calculate(vars:string,...string})

calculates the given boolean expression with the given variables and outputs it.

example:

misc.calculate("pq", "~p v q", "p ^ q", "p -> q", "p <-> q")

uwuify(text:string):string

Hi