pub fn try_source_file(file: &str) -> Option<String>
Port of try_source_file(char *file) from Src/parse.c:3795. Returns an Eprog (the wordcode dump body) if <file>.zwc exists and is newer than <file>, else None.
try_source_file(char *file)
Src/parse.c:3795
<file>.zwc
<file>