Hacker Newsnew | past | comments | ask | show | jobs | submitlogin





    print 42 + 99;          # 141
    print &print.file ;     # ...src/core.c/io_operators.rakumod
    print &infix:<+>.file;  # ...src/core.c/Numeric.rakumod
    print ?CORE::<&print>;  # True 
I barely understood these four example lines.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: