====== MTASC FAQ ====== This FAQ contains questions/answers and tips on how to use MTASC. **Is it possible to use Unicode/UTF8 identifiers in MTASC ?** No : since the OCaml lexer does not understant UTF8 it is not possible. However you can still use UTF8 and ISO chars in literal strings. //You can add your FAQ entries here, thanks//