| |||||||||||||||||||||
| |||||||||||||||||||||
|
Writing packages: definition of constant symbols, subroutines, types, and parameters Description Packages are libraries written in the Mosel language
that extend the language with
Source Files By clicking on a file name, a preview is opened at the bottom of this page.
Data Files myconst_test.mos
(!******************************************************
Mosel NI Examples
=================
File myconst_test.mos
`````````````````````
Using module myconstants
*** Compile myconstants.mos before running this model ****
(c) 2008 Fair Isaac Corporation
author: S. Heipcke, 2002
*******************************************************!)
model "Test myconstants module"
uses "myconstants"
writeln(MYCST_LINE)
writeln("BigM value: ", MYCST_BIGM, ", tolerance value: ", MYCST_TOL)
writeln("Boolean flags: ", MYCST_FLAG, " ", MYCST_NOFLAG)
writeln(MYCST_LINE)
end-model
| |||||||||||||||||||||
| © Copyright 2025 Fair Isaac Corporation. |