mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
moving along with whitespace
This commit is contained in:
@@ -3,6 +3,6 @@ results: n * 2 for n in nums.
|
||||
|
||||
# next: for n in [1, 2, 3] if n % 2 isnt 0
|
||||
# print('hi') if false
|
||||
# n * n * 2.
|
||||
# n * n * 2
|
||||
|
||||
print(results.join(',') is '2,18')
|
||||
Reference in New Issue
Block a user