Difference between revisions of "@"

From Free Pascal wiki
Jump to navigationJump to search
Line 7: Line 7:
  
  
The address operator @ returns the address of a [[variable]], [[procedure]] or [[Function|function]].
+
The address operator @ returns the address of a [[Variable|variable]], [[Procedure|procedure]] or [[Function|function]].
  
  

Revision as of 05:19, 16 January 2018

English (en) suomi (fi) français (fr) русский (ru)

@



The address operator @ returns the address of a variable, procedure or function.




Read more