v/vlib/v/tests/repl/optional_call.repl

4 lines
50 B
Plaintext

import os
os.cp('', '') or {return}
===output===