Menu

#3 Introduction of new syntax form to define functions

Not_scheduled
open
Syntax (2)
5
2007-06-29
2007-06-29
No

A special form for the definition of functions should be introduced: Something like
define fact(x = 1) = if x ... end;
or define fact(x) = if x ... end;

The best would to extend the current generic syntax extension with reserved words.

Discussion


Log in to post a comment.