[Newbies] [Q] A really silly question

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Thu May 10 17:18:25 UTC 2007


| a b|
a := 14.
b := - a.
b inspect

is wrong


| a b|
a := 14.
b := 0 - a.
b inspect

is right

Why ?




More information about the Beginners mailing list