; Internal library routines - always included by the compiler ; ; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0 prog8_lib { sub pattern_match(str string, str pattern) -> ubyte { ; TODO return 0 } }