arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
673 stars 29 forks source link

Introduce Path "segments" #1619

Closed drkameleon closed 2 months ago

drkameleon commented 2 months ago

Description

This is practically some form of syntactic sugar, where \x would mean this\x and \x: would mean this\x: (to avoid writing this one zillion times, within methods - either in type definitions or modules).

Type of change

drkameleon commented 2 months ago

Ready to merge! 🚀