IntDecl function

int declaration

int declaration

Declare a new int

IntDecl(name, kind, value = NULL, domain = NULL)

Arguments

  • name: variable/parameter name
  • kind: "var" or "par"
  • value: pass a numeric/integer value in R (NULL by default)
  • domain: domain of the int variable (NULL by default)
  • Maintainer: Akshit Achara
  • License: Mozilla Public License Version 2.0
  • Last published: 2021-10-15