Sha256: 2ae5611bcb679d94e6a673f8582cbf91c6109ee9c079983ed5eec812019c6c87

Contents?: true

Size: 169 Bytes

Versions: 8

Compression:

Stored size: 169 Bytes

Contents

# arithmetic.fy
# Example of some basic arithmetic operations in fancy

23 + 32432.32 println
324432.432 - 32432.4324 println
32432 * 432.32 println
432 / 12319 println

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fancy-0.7.0 examples/arithmetic.fy
fancy-0.6.0 examples/arithmetic.fy
fancy-0.5.0 examples/arithmetic.fy
fancy-0.4.0 examples/arithmetic.fy
fancy-0.3.3 examples/arithmetic.fy
fancy-0.3.2 examples/arithmetic.fy
fancy-0.3.1 examples/arithmetic.fy
fancy-0.3.0 examples/arithmetic.fy