We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Oops! all functions
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Oops! All functions is a dumb esolang/challenge that User: Froginstarch thought about when he was incredibly bored
The premise of this esolang is that you can only use functions (user defined) for every thing, not tradional control flow is allowed if you are using a language that allows for it
Syntax
The syntax for function definitions is
function name -> (args) {function body}