proc
Packages
core
Docs
Packages
Updates
Sign In
Sign Up for Free
auth
base
core
enum
keyv
math
proc
rand
time
type
uuid
Core procs provide low-level behavior within the proc platform.
core.echo
Responds with a given value.
core.else
Defines an else branch of logic.
core.equal
Checks two values for equality.
core.exec
Executes a composition.
core.fork
Creates a forked composition.
core.if
Calls a composition for truthy inputs.
core.not
Checks if a value is falsey.
core.ping
Responds with a pong.
core.pipe
Pipes a composition result.
core.set
Sets an argument value.
core.sleep
Sleeps for a period of time.
core.unless
Calls a composition for falsey input.
core.when
Calls a composition for truthy input.
Stuck? Want to chat about an idea? Join the community on Discord.