| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &optional stream-or-key prefix t1 t2
The behavior of this function depends on the type of the
stream-or-key. That argument can be a string or
symbol string-equal to "<"
or ">", or it can be a value suitable as the first argument to
format (such as a stream,
t
, or nil
)
In this case, jlinker-version works as a boolean, testing whether the
current version is earlier than or later than the version specified by
the prefix, t1, and
t2 arguments. prefix,
t1, and t2 should all be
non-negative integers. Thus, (jlinker-version :> 2)
returns true for versions later than 2.0.0. (The current version in
list format is the value of *jlinker-version*
.)
This function generates a nice version message from the jLinker
version variables. If the stream-or-key argument is
nil
or omitted, the message is returned as a
string; otherwise, the message is written to the
stream-or-key argument. The prefix
argument is text inserted at the beginning of each of the 3 lines in
the message.
Example:
;;; *jlinker-version* = 3.0.8 ;;; *jlinker-comptime* = 2000-9-29 16:16:31 ;;; JDK/Orb: c:\mmWork\java\jdk1.2 Direct link.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |