lua-users home
lua-l archive

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


In SML ~ is the unary negative.  You don't write -5.  You write ~5. 

Which is brilliant by itself (me not knowing SML). The unary - creates quite a lot of parser issues and makes some nice syntax ideas impossible.