And were up to the third language to guess! This one might be a bit harder for most people compared to the last two. Throw your guesses down below and ill reveal the answer in a day
You must log in or register to comment.
Gdscript?
Scala?
It looks like sml but sml uses fun not func
deleted by creator
My best guess was Swift, but I don’t know whether you can omit the braces, or if it uses pattern matching. So maybe not.
Click to show answer
The answer is gdscript! This is a language used by the godot engine. The main thing that gives is away is using func keyword to define functions and using a match statement instead of a switch statement