[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: number, math, and metatable? [RANT]
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 4 May 2014 12:35:51 +0200
2014-05-04 1:51 GMT+02:00 Tim Hill <drtimhill@gmail.com>:
> You forgot COBOL .. i think Lua needs PIC statements.
> require"cobol"()
> MOVE '10000' TO 'SALARY'
> MOVE '500' TO 'INCREMENT'
> ADD 'INCREMENT' AND 'SALARY' GIVING 'NEW_SALARY'
> print(NEW_SALARY)
10500
- References:
- number, math, and metatable?, Petite Abeille
- Re: number, math, and metatable?, Dirk Laurie
- Re: number, math, and metatable?, Thomas Jericke
- Re: number, math, and metatable?, Tim Hill
- Re: number, math, and metatable? [RANT], Mike Nelson
- Re: number, math, and metatable? [RANT], Tim Hill