Created
December 8, 2016 03:33
-
-
Save zhouqiang-cl/0357cb0187a0fad45da24e6a53ff3d73 to your computer and use it in GitHub Desktop.
common lisp 的函数 SOFTWARE-TYPE, SOFTWARE-VERSION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
语法 | |
software-type => description | |
software-version => description | |
参数和值 | |
description --- 一个 string 或者 nil | |
描述 | |
software-type 返回系统类型 | |
software-version 返回系统内核版本 | |
代码 | |
* (software-type) | |
"Darwin" | |
* (software-version) | |
"16.1.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment