Files
pebble/examples/basic/24_list.peb
2026-02-08 19:37:48 +01:00

7 lines
47 B
Plaintext

let a = [
"a",
"b",
"c"
]
print(a)