feat: add missing KF6 framework recipes
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user