📄 refy.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Y</title><link rel="stylesheet" href="doc.css" type="text/css"></head><body><h1>Y</h1><dl><dt><a name="yoke"><code>(yoke 'any ..) -> any</code></a><dd>Inserts one or several new elements <code>any</code> in front of the list inthe current <code><a href="refM.html#make">make</a></code> environment.<code>yoke</code> returns the last inserted argument. See also <code><ahref="refL.html#link">link</a></code>, <code><ahref="refC.html#chain">chain</a></code> and <code><ahref="refM.html#made">made</a></code>.<p><pre><code>: (make (link 2 3) (yoke 1) (link 4))-> (1 2 3 4)</code></pre></dl></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -