User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:s_cli:05_contents:01_prt:06_dddl:constant

5.1 Constants

Purpose

Return to Top

A Constant is a symbolic name that captures a value does not change while a program is running and is usually used for capturing initialization or site specific parameters. Constants are in contrast with variables, which are symbols represent different values that can change during the execution of program.

A constant can be a:

  • number such as 25, 3.6, 3.14, etc.
  • character such as the character 'a', '$', '_', etc.
  • text string such as “Bitcoin”, “Hyperledger”, “Medical Records”, etc.

Syntax

Return to Top

   DEFINE CONSTANT  <ConstantName> AS <SimpleExpression>;

Where

Return to Top

  • ConstantName ::= textual name associated with the Constant
  • SimpleExpression ::= NumericConstant | CharacterConstant | StringConstant

Examples

Return to Top

| Examples of Defining Constants in DidoLL
   DEFINE CONSTANT PRECISION       AS 2
   DEFINE CONSTANT Version         AS 3.5.1
   DEFINE CONSTANT Currency_Symbol AS '§'
   DEFINE CONSTANT Currency_Name   AS "My Coin"
dido/public/s_cli/05_contents/01_prt/06_dddl/constant.txt · Last modified: 2021/06/15 13:34 by nick
Translations of this page: