ona/debug/app.ona

17 lines
178 B
Plaintext
Raw Normal View History

2023-05-24 01:22:29 +02:00
# Test comment.
2023-08-12 13:57:50 +02:00
options = {
.title = "Afterglow",
.width = 1280,
.height = 800,
.tick_rate = 60,
["foo"] = "bar",
[42] = 42,
2023-05-24 01:22:29 +02:00
}
2023-08-12 13:57:50 +02:00
@log_info(options.title)
2023-08-12 13:57:50 +02:00
return options