mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-07 12:10:23 +00:00
5 lines
143 B
JSON
5 lines
143 B
JSON
|
# Unindented comment
|
||
|
{ 'enum': 'Status', # Comment to the right of code
|
||
|
# Indented comment
|
||
|
'data': [ 'good', 'bad', 'ugly' ] }
|