issues
search
katsaii
/
catspeak-lang
A cross-platform modding language for GameMaker games.
https://www.katsaii.com/catspeak-lang/
MIT License
93
stars
6
forks
source link
Dev 3.0.0 - Use context keyword
#68
Closed
katsaii
closed
1 year ago
katsaii
commented
1 year ago
Implemented
use
keyword.
Allowed
fun
expressions to take no
()
s if there are no arguments. (
fun { return 1 }
)
use
keyword.fun
expressions to take no()
s if there are no arguments. (fun { return 1 }
)