Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are Constants?

constants
0
Posted

What are Constants?

0

A. The difference between constants and variables is that constants cannot ever be changed, but variables can. To make a constant you must use this code. Const Constant1 = ‘Hello’; Constant2 = 23423; Constant3 = True; As you can see, constants don’t need to be told wether they are integers or strings, etc. once you set a constant value you cannot change it. 3.4. Q. Writing things in the Scar box. A. To right things into the box at the bottom of scar simply type Writeln(‘Hello’) Into your code. This will type the text Hello. 3.5. Q. Using the Report Box A. To right things into the report box simple type this into your code. AddToReport(‘Hello’) That will add the word hello to your report box.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123