Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
Immutable = Pointer?
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
How to create form in thr...
by
Mr.Madguy
[
Today
at 10:06:49 am]
How to download a file fr...
by
c4p
[
Today
at 08:43:31 am]
Who uses "caret past EOL"...
by
440bx
[
Today
at 06:15:10 am]
how to do a HTTP POST wit...
by
dbannon
[
Today
at 06:00:29 am]
Are We Dead Yet?
by
dbannon
[
Today
at 02:51:54 am]
ANN: ODBC DAC under GNU G...
by
Andrey Zubik
[
Today
at 01:14:38 am]
LAMW - (SOLVED) simple es...
by
Mongkey
[
Today
at 12:20:54 am]
Clean up at ide/include/i...
by
Bart
[June 02, 2023, 11:10:05 pm]
Fast Base64 encoding/deco...
by
mika
[June 02, 2023, 10:53:10 pm]
discarding an array
by
PascalDragon
[June 02, 2023, 10:51:57 pm]
if then else syntax
by
Kays
[June 02, 2023, 10:45:08 pm]
array of array of type?
by
PascalDragon
[June 02, 2023, 10:31:57 pm]
TSynEdit crashes when loa...
by
domasz
[June 02, 2023, 08:46:13 pm]
[SOLVED] Help for downloa...
by
magleft
[June 02, 2023, 08:30:34 pm]
help choosing laptop
by
Leledumbo
[June 02, 2023, 08:18:27 pm]
TStringGrid : Conflict be...
by
Nel_Fie
[June 02, 2023, 06:17:51 pm]
Changes in "Search Result...
by
Martin_fr
[June 02, 2023, 06:13:01 pm]
How do I set these packag...
by
JuhaManninen
[June 02, 2023, 05:19:28 pm]
How to connect from Inter...
by
mercurhyo
[June 02, 2023, 04:59:20 pm]
ODBC System DSN connected...
by
Jonvy
[June 02, 2023, 03:46:19 pm]
[Solved] Letters chopped ...
by
jamie
[June 02, 2023, 01:15:30 pm]
Best way to delete an ins...
by
furious programming
[June 02, 2023, 12:57:26 pm]
first generic attempt
by
Paolo
[June 02, 2023, 11:11:04 am]
CEF dynamic library canno...
by
myisjwj
[June 02, 2023, 10:10:59 am]
lhelp not working on Linu...
by
marcov
[June 02, 2023, 09:09:08 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Immutable = Pointer? (Read 295 times)
noszone
New Member
Posts: 46
Immutable = Pointer?
«
on:
February 09, 2023, 10:36:24 am »
Hello,
I have a question. Is Immutable = Pointer? or Immutable = any variable in Pascal?
For instance:
Code: Pascal
[Select]
[+]
[-]
var
a
,
b
:
integer
;
begin
a
:
=
2
;
b
:
=
a
;
//Is b now pointed to a reference or | b now have it's own value copy?
Logged
marcov
Administrator
Hero Member
Posts: 10716
FPC developer.
Re: Immutable = Pointer?
«
Reply #1 on:
February 09, 2023, 10:38:49 am »
Value copy, since a and b are not pointers.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
Immutable = Pointer?
TinyPortal
© 2005-2018