Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 526 Bytes

A2045.md

File metadata and controls

16 lines (9 loc) · 526 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2045

missing angle bracket or brace in literal

An unmatched angle bracket (either < or >) or brace (either { or }) was found in a literal constant or an initializer. One of the following occurred:

  • A pair of angle brackets or braces was not complete.
  • An angle bracket was intended to be literal, but it was not preceded by an exclamation point (!) to indicate a literal character.

* ML 6.0 compatible error

See Also

ASMC Error Messages