[erlang-questions] Parse-transforming !! to a function call

Vlad Dumitrescu vladdu55@REDACTED
Thu Aug 16 08:42:39 CEST 2007


On 8/16/07, Robert Virding <rvirding@REDACTED> wrote:
> test1() ->
>     A !      ! B.
> test2() ->
>     A !
>
>     ! B.
>
> Which does look a little strange. :-)

Not as strange as
   A !
    %% hi, this is a comment
  ! B.

:-)

/Vlad



More information about the erlang-questions mailing list