[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: number parsing question
- From: Peter Cawley <lua@...>
- Date: Fri, 30 Apr 2010 17:56:02 +0100
2010/4/30 spir ☣ <denis.spir@gmail.com>:
> x-1 is an operation
> x--1 "
x--1 is not an operation; it is the symbol x followed by a comment to
the end of the line.