Guess the language: #3
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
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
Gdscript?
Scala?
Kinda looks like python
It looks like sml but sml uses fun not func
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.
::: spoiler 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