THE META-HTML LANGUAGE REFERENCE MANUAL

[TOC]

Manual Page Viewer

Name: GET-VAR-EVAL

Section: Variables


Synopsis:

    <get-var-eval &optional [NAME...]

Description:

    Return the value of the NAMEs given. Each NAME is a variable name which has had a value assigned to it with set-var, set-var-readonly, or was created implicity via alist-to-package or coerce-var.

    The values are returned in the order in which the NAMEs appear.

    Examples:

    <set-var foo=Var-1 bar=Var-2>
    <get-var-eval foo>, <get-var bar>
    produces:
    Var-1, Var-2

    When multiple NAMEs are given:

    <set-var foo=Var-1 bar=Var-2>
    <get-var foo bar foo>
    produces:
    Var-1Var-2Var-1

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