class Main { static Str removeComment (Str str) { regex := Regex <|(;|#)|> matcher := regex.matcher (str) if (matcher.find) return str[0..