mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
11 lines
187 B
Text
11 lines
187 B
Text
[
|
|
// This comment should not force the entire seq to be tall.
|
|
for x in xs:
|
|
x * 2
|
|
]
|
|
|
|
# output:
|
|
[
|
|
// This comment should not force the entire seq to be tall.
|
|
for x in xs: x * 2
|
|
]
|