jashkenas--coffeescript/test/number_literals.coffee

10 lines
237 B
CoffeeScript
Raw Normal View History

2010-12-29 19:06:57 +00:00
# Number Literals
# ---------------
# * Decimal Integer Literals
# * Octal Integer Literals
# * Hexadecimal Integer Literals
# * Scientific Notation Integer Literals
# * Scientific Notation Non-Integer Literals
# * Non-Integer Literals