mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
7 lines
138 B
Text
7 lines
138 B
Text
{
|
|
non_empty = std.range(-4, 6),
|
|
empty = std.range(6, -4),
|
|
}
|
|
|
|
# output:
|
|
{"empty": [], "non_empty": [-4, -3, -2, -1, 0, 1, 2, 3, 4, 5]}
|