- assigned_to: nobody --> marcsskyhunter
http://www.erights.org/elang/intro/quickE.html
The comment convention is now just # and not // so the
introductory text should be revised.
REPLACE:
def a := 1 + 2
//Comments can start with double-slash or #
//The keyword "define" can be abbreviated "def"
WITH:
def a := 1 + 2
# Comments can start with double-slash or #
# The keyword "define" can be abbreviated "def"
Followups 2004-Dec-18 18:33 markm
The reported problems on this page have now been fixed,
as well as many others. However, I (MarkM) haven't
reread this page in light of these fixes, so I'm
lowering its priority but leaving it open and
reassigning it to the page's author, MarcS.
2004-Nov-20 22:00 none
The 'define' keyword is no longer accepted, too.
2004-Nov-12 04:54 nigwil
Oops, it should read:
WITH:
def a := 1 + 2
# Comments start with #
# The keyword "define" can be abbreviated "def"