poke-devel
[Top][All Lists]
Advanced

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

Alternate funcall syntax in expressions


From: Jose E. Marchesi
Subject: Alternate funcall syntax in expressions
Date: Sat, 18 Jul 2020 12:46:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi peoples!

Until now, the alternate funcall syntax that uses named arguments could
only be used in expression-statement contexts, i.e. this was allowed:

  gcd :a 1024 :b 8;

but not this:

  2 + (gcd :a 1024 :b 8)

I just pushed a patch that adds support for the later.  Note how using
the alternate syntax in an expression requires to surround the funcall
with parenthesis.

Salud!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]