Skip to content

Allow multi-line help comments in user defined VeLa functions #546

@dbenn

Description

@dbenn

Right now we can have:

<<This function squares its argument.>>
sqr(n:real):real{n*n}

We would like to allow this:

<<This function squares its argument
     but this time with integers.>>
sqr(n:integer):integer{n*n}

or

<<This function squares its argument>>
 << but this time with integers.>>
sqr(n:integer):integer{n*n}

Metadata

Metadata

Assignees

No one assigned

    Labels

    VeLaVStar expression Language

    Type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions