Sep 5, 2018 · 1 min read
make this
create file /tmp/test.txt for input and output as test_file
a little shorter
test_file = create( /tmp/test.txt for io)
- arguments have their individualm intuituve and visual syntax
instead func(1, 5, 8) or func(name:1, name: 5, name: 8) use
rpl( ”a” => ”b” in ”abc”)