GaijinEntertainment / daScript

daslang - high-performance statically strong typed scripting language
https://daslang.io
BSD 3-Clause "New" or "Revised" License
892 stars 100 forks source link

block can be piped into call-like expression without piping #1270

Closed borisbat closed 2 weeks ago

borisbat commented 2 weeks ago
    get_component<int> $ ( arg ) // notice - no pipe, also no () after get_component<int>
        print(arg)