Skip to content

Standard div/2 integer function and operator are missing #19

Open
@pmoura

Description

@pmoura

The standard div/2 integer function and operator are missing

?- X is 7 div 2.
{SYNTAX ERROR: (lns 74-74) operator expected after expression
X is 7
** here **
div 2 .
}
?- X is div(7,2).
{ERROR: arithmetic:is/2, arg 2 - expected an arithmetically evaluable expression, found div(7,2)}

aborted

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions