irmen / prog8

high level programming language and compiler targeting 6502 machines such as the C-64 and CommanderX16
https://prog8.readthedocs.io/
Other
152 stars 18 forks source link

Docs: List all available @varflags/tags #120

Closed adiee5 closed 10 months ago

adiee5 commented 10 months ago

Documentation doesn't provide a convenient reference on all available @vartags, so it would be really nice if they would be listed like directives or datatypes.

irmen commented 10 months ago

https://prog8.readthedocs.io/en/latest/syntaxreference.html#variable-declarations ?

adiee5 commented 10 months ago

Hmm, ok

irmen commented 10 months ago

maybe putting them into a table makes it easier to read

adiee5 commented 10 months ago

maybe putting them into a table makes it easier to read

Yeah, it would