Author: Laurence D. Finston
This copyright notice applies to the text and source code of this web site, and the graphics that appear on it. The software described in this text has its own copyright notice and license, which can be found in the distribution itself.
Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 The Free Software Foundation, Inc.
Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.TXT
Last updated: April 29, 2006
Top |
Contact |
After you've declared a variable, you'll probably want to assign a value to it. This value must usually (but not always) be an expression of the same type as the variable, or to be more precise, of the object referred to by the variable.
For example, a point
variable can be assigned to from a
point
expression, a boolean
variable from
a boolean
expression, a cuboid_vector
variable from a cuboid_vector
expression, etc.
MORE TO COME!
PREVIOUS CHAPTER: | Declarations |
NEXT CHAPTER: |