gavr123456789 / Niva

Smalltalk like programming language
https://gavr123456789.github.io/niva-site
41 stars 2 forks source link

No receiver syntax #289

Closed gavr123456789 closed 1 month ago

gavr123456789 commented 2 months ago
fun from::Int to::Int = [

]

msg is a keyword, or maybe fun

call:

from: 5 to: 6