RosettaCodeData/Task/Reflection-Get-source/Zkl/reflection-get-source.zkl

3 lines
101 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
src:=File(__FILE__).read();
println("Src file is \"%s\" and has %d lines".fmt(__FILE__,src.len(1)));