BoolArrDecl function

n-D bool array declaration

n-D bool array declaration

Declare a new n-dimensional array of bools

BoolArrDecl(name, kind, ind, value = NULL, ndim)

Arguments

  • name: variable/parameter name
  • kind: "var" or "par"
  • ind: index of the array
  • value: value (NULL by default)
  • ndim: number of dimensions of the array
  • Maintainer: Akshit Achara
  • License: Mozilla Public License Version 2.0
  • Last published: 2021-10-15