All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.test.fixtures.coffeescript.coffee Maven / Gradle / Ivy

The newest version!
# Assignment:
number   = 42
opposite = true

# Conditions:
number = -42 if opposite

# Functions:
square = (x) -> x * x




© 2015 - 2024 Weber Informatics LLC | Privacy Policy