Post Reply 
Software 2.1.14558 (Beta): First Impressions
04-26-2021, 05:34 PM (This post was last modified: 04-26-2021 05:37 PM by Tyann.)
Post: #4
RE: Software 2.1.14558 (Beta): First Impressions
Quote:This allows the user to define a constant. I did get a syntax error with this code though.
Bonjour
CONST var:=val;
fonctionne pour moi, cela doit être placé hors des fonctions:

Hello
CONST var:=val;
works for me, it must be placed outside the functions:
Code:

CONST CA:=100;
EXPORT essai(n)
BEGIN
 n*CA;
END;

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Software 2.1.14558 (Beta): First Impressions - Tyann - 04-26-2021 05:34 PM



User(s) browsing this thread: 1 Guest(s)