feat: add missing KF6 framework recipes

This commit is contained in:
2026-05-07 07:53:26 +01:00
parent d8d498f831
commit a69f479b52
2374 changed files with 2610246 additions and 0 deletions
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>highlight.sci</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (scilab) - Theme (Breeze Light)"/>
</head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
<span style="color:#898887">// Inside the opened session:</span>
a = <span style="color:#0000ff;font-weight:bold;font-style:italic">sciargs</span>()
i = <span style="color:#0000ff;font-weight:bold;font-style:italic">find</span>(a==<span style="color:#bf0303">"-args"</span>)
a(i+<span style="color:#b08000">1</span>)
<span style="color:#0000ff;font-weight:bold;font-style:italic">evstr</span>(a(i+<span style="color:#b08000">2</span>))*<span style="color:#b08000">2</span>
<span style="color:#bf0303">"This session has been launched from "</span> + a(i+<span style="color:#b08000">3</span>)
</pre></body></html>