Comment by dnautics
2 days ago
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.
No comments yet
Contribute on Hacker News ↗