lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sunday, June 24, 2012 02:02:20 PM Patrick Rapin wrote:
> > NumberScript has a compact syntax.
> 
> Well...
>   9795508356633822141337704998199448662254090
> seems much more verbose to me than
>   print "Hello Lua!"
> 

The later uses 15 different characters. Some Lua programs can have over 50! 
NumberScript uses just 10. And you can add line breaks anywhere you like. It's 
also convenient if you ever need to write code using a non-smartphone.

Yesterday's release wasn't displaying the returned values in interactive mode. 
I've fixed that, so you can type '=' at the start of a line to output 
expressions.

-- 
tom <telliamed@whoopdedo.org>