TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kap Programming Langage

9 点作者 0823498723498724 个月前

1 comment

mdaniel4 个月前
Courtesy of &lt;<a href="https:&#x2F;&#x2F;codeberg.org&#x2F;loke&#x2F;array#what-the-language-looks-like" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;loke&#x2F;array#what-the-language-looks-like</a>&gt;<p>&gt; The first line of code in the following example assigns a string to the variable A, and the second line splits the string at instances of -, returning an array of arrays (a string in Kap is nothing more than a one-dimensional array of characters):<p><pre><code> A ← &quot;this-is-a-demo&quot; A ⊂⍨ A≠@- </code></pre> Oh, I see