mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
4 lines
111 B
C#
4 lines
111 B
C#
nums: n * n for n in [1, 2, 3] if n % 2 aint 0.
|
|
result: n * 2 for n in nums.
|
|
|
|
print(result.join(',') is '2,18') |