THE META-HTML LANGUAGE REFERENCE MANUAL

[TOC]

Manual Page Viewer

Name: COPY-VAR

Section: Variables


Synopsis:

    <copy-var FROM-VAR &optional [TO-VAR...]

Description:

    Copies the variable FROM-VAR to each of the named TO-VARs.

    Each TO-VAR becomes the repository of a copy of the information already stored under FROM-VAR. This is a true copy; not an alias to the original variable.

    <set-var foo=bar>
    <get-var foo>      ==> bar
    <get-var new>      ==> 
    <copy-var foo new> ==>
    <get-var new>      ==> bar
    <p>
    <copy-var *meta-html*::get-var *meta-html*::foo>
    <foo new>          ==> bar

Edit Pointer
Function Index
Variable Index
Variable Editor


The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox
Found a bug? Send mail to bug-manual@metahtml.org