Menu

#76 Multiline list literals no longer work

1.59.3120
open
nobody
None
5
2025-04-23
2025-04-21
karmic
No

In previous versions of 64tass it was possible to do multi-line lists, like this:

table   = [
    [$01,$02,$03],
    [$04,$05,$06]
    ]

However this has stopped working- attempting this in the most recent version just creates an error:

multilinelist.asm:1:10: error: an expression is expected
 table  = [
           ^
multilinelist.asm:2:2: error: general syntax
    [$01,$02,$03],
    ^
multilinelist.asm:3:2: error: general syntax
    [$04,$05,$06]
    ^
multilinelist.asm:4:2: error: general syntax
    ]
    ^

Would it be possible for this functionality to be restored?

Discussion

  • karmic

    karmic - 2025-04-21

    Never mind this ticket, I see it is a duplicate of #60. Feel free to close.

     
  • Soci/Singular

    Soci/Singular - 2025-04-23

    Hello!

    Sorry, I can't restore multiline expressions the same way as they were as it'd be still broken.

     

Log in to post a comment.

MongoDB Logo MongoDB