Skip to content

Commit c42c312

Browse files
author
Cody Fagley
committed
Deploy website
Deploy website version based on d683e7c72a53b52f720b38877c8d0f4006ad545c
1 parent da3ec91 commit c42c312

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/xcsl/utilities.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Utility Keywords · Codeus Tech</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="generator" content="Docusaurus"/><meta name="description" content="## Print Functions"/><meta name="docsearch:language" content="en"/><meta property="og:title" content="Utility Keywords · Codeus Tech"/><meta property="og:type" content="website"/><meta property="og:url" content="https://CodeusTech.github.io/"/><meta property="og:description" content="## Print Functions"/><meta name="twitter:card" content="summary"/><link rel="shortcut icon" href="/img/codeus_black.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><link rel="alternate" type="application/atom+xml" href="https://CodeusTech.github.io/blog/atom.xml" title="Codeus Tech Blog ATOM Feed"/><link rel="alternate" type="application/rss+xml" href="https://CodeusTech.github.io/blog/feed.xml" title="Codeus Tech Blog RSS Feed"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script src="/js/scrollSpy.js"></script><link rel="stylesheet" href="/css/main.css"/><script src="/js/codetabs.js"></script></head><body class="sideNavVisible separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><h2 class="headerTitle">Codeus Tech</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/about" target="_self">About Us</a></li><li class=""><a href="/blog/" target="_self">News</a></li><li class="siteNavGroupActive"><a href="/docs/xcs" target="_self">Xita Wiki</a></li><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="Search" title="Search"/></li></ul></nav></div></header></div></div><div class="navPusher"><div class="docMainWrapper wrapper"><div class="docsNavContainer" id="docsNav"><nav class="toc"><div class="toggleNav"><section class="navWrapper wrapper"><div class="navBreadcrumb wrapper"><div class="navToggle" id="navToggler"><div class="hamburger-menu"><div class="line1"></div><div class="line2"></div><div class="line3"></div></div></div><h2><i></i><span>Language</span></h2><div class="tocToggler" id="tocToggler"><i class="icon-toc"></i></div></div><div class="navGroups"><div class="navGroup"><h3 class="navGroupCategoryTitle collapsible">Overview<span class="arrow"><svg width="24" height="24" viewBox="0 0 24 24"><path fill="#565656" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span></h3><ul class="hide"><li class="navListItem"><a class="navItem" href="/docs/xcs">Introduction</a></li><li class="navListItem"><a class="navItem" href="/docs/xcs/install">Installation</a></li><li class="navListItem"><a class="navItem" href="/docs/xcs/shell">Shell Commands</a></li></ul></div><div class="navGroup"><h3 class="navGroupCategoryTitle collapsible">Language<span class="arrow"><svg width="24" height="24" viewBox="0 0 24 24"><path fill="#565656" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span></h3><ul class="hide"><li class="navListItem"><a class="navItem" href="/docs/xcsl">XCS Language</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/comments">Documentation</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/primitives">Literal Values</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/types">Type Declarations</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/constants">Constant Declarations</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/conditions">Conditional Expressions</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/functions">Functional Declarations</a></li><li class="navListItem navListItemActive"><a class="navItem" href="/docs/xcsl/utilities">Utility Keywords</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/tethers">Module Tethering</a></li></ul></div><div class="navGroup"><h3 class="navGroupCategoryTitle collapsible">Environment<span class="arrow"><svg width="24" height="24" viewBox="0 0 24 24"><path fill="#565656" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span></h3><ul class="hide"><li class="navListItem"><a class="navItem" href="/docs/xcse">XCS Environment</a></li><li class="navListItem"><a class="navItem" href="/docs/xcse/firmware">Firmware Interface</a></li><li class="navListItem"><a class="navItem" href="/docs/xcse/sockets">Network Sockets</a></li><li class="navListItem"><a class="navItem" href="/docs/xcse/ffi">Foreign-Function Interface</a></li></ul></div></div></section></div><script>
1+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Utility Keywords · Codeus Tech</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="generator" content="Docusaurus"/><meta name="description" content="**NOTE:** All of these Utility functions are temporarily deactivated as of v0.27.3 (August 3, 2021)."/><meta name="docsearch:language" content="en"/><meta property="og:title" content="Utility Keywords · Codeus Tech"/><meta property="og:type" content="website"/><meta property="og:url" content="https://CodeusTech.github.io/"/><meta property="og:description" content="**NOTE:** All of these Utility functions are temporarily deactivated as of v0.27.3 (August 3, 2021)."/><meta name="twitter:card" content="summary"/><link rel="shortcut icon" href="/img/codeus_black.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><link rel="alternate" type="application/atom+xml" href="https://CodeusTech.github.io/blog/atom.xml" title="Codeus Tech Blog ATOM Feed"/><link rel="alternate" type="application/rss+xml" href="https://CodeusTech.github.io/blog/feed.xml" title="Codeus Tech Blog RSS Feed"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script src="/js/scrollSpy.js"></script><link rel="stylesheet" href="/css/main.css"/><script src="/js/codetabs.js"></script></head><body class="sideNavVisible separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><h2 class="headerTitle">Codeus Tech</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/about" target="_self">About Us</a></li><li class=""><a href="/blog/" target="_self">News</a></li><li class="siteNavGroupActive"><a href="/docs/xcs" target="_self">Xita Wiki</a></li><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="Search" title="Search"/></li></ul></nav></div></header></div></div><div class="navPusher"><div class="docMainWrapper wrapper"><div class="docsNavContainer" id="docsNav"><nav class="toc"><div class="toggleNav"><section class="navWrapper wrapper"><div class="navBreadcrumb wrapper"><div class="navToggle" id="navToggler"><div class="hamburger-menu"><div class="line1"></div><div class="line2"></div><div class="line3"></div></div></div><h2><i></i><span>Language</span></h2><div class="tocToggler" id="tocToggler"><i class="icon-toc"></i></div></div><div class="navGroups"><div class="navGroup"><h3 class="navGroupCategoryTitle collapsible">Overview<span class="arrow"><svg width="24" height="24" viewBox="0 0 24 24"><path fill="#565656" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span></h3><ul class="hide"><li class="navListItem"><a class="navItem" href="/docs/xcs">Introduction</a></li><li class="navListItem"><a class="navItem" href="/docs/xcs/install">Installation</a></li><li class="navListItem"><a class="navItem" href="/docs/xcs/shell">Shell Commands</a></li></ul></div><div class="navGroup"><h3 class="navGroupCategoryTitle collapsible">Language<span class="arrow"><svg width="24" height="24" viewBox="0 0 24 24"><path fill="#565656" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span></h3><ul class="hide"><li class="navListItem"><a class="navItem" href="/docs/xcsl">XCS Language</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/comments">Documentation</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/primitives">Literal Values</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/types">Type Declarations</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/constants">Constant Declarations</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/conditions">Conditional Expressions</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/functions">Functional Declarations</a></li><li class="navListItem navListItemActive"><a class="navItem" href="/docs/xcsl/utilities">Utility Keywords</a></li><li class="navListItem"><a class="navItem" href="/docs/xcsl/tethers">Module Tethering</a></li></ul></div><div class="navGroup"><h3 class="navGroupCategoryTitle collapsible">Environment<span class="arrow"><svg width="24" height="24" viewBox="0 0 24 24"><path fill="#565656" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span></h3><ul class="hide"><li class="navListItem"><a class="navItem" href="/docs/xcse">XCS Environment</a></li><li class="navListItem"><a class="navItem" href="/docs/xcse/firmware">Firmware Interface</a></li><li class="navListItem"><a class="navItem" href="/docs/xcse/sockets">Network Sockets</a></li><li class="navListItem"><a class="navItem" href="/docs/xcse/ffi">Foreign-Function Interface</a></li></ul></div></div></section></div><script>
22
var coll = document.getElementsByClassName('collapsible');
33
var checkActiveCategory = true;
44
for (var i = 0; i < coll.length; i++) {
@@ -54,7 +54,10 @@
5454
};
5555
}
5656
});
57-
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><h1 id="__docusaurus" class="postHeaderTitle">Utility Keywords</h1></header><article><div><span><h2><a class="anchor" aria-hidden="true" id="print-functions"></a><a href="#print-functions" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Print Functions</h2>
57+
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><h1 id="__docusaurus" class="postHeaderTitle">Utility Keywords</h1></header><article><div><span><p><strong>NOTE:</strong> All of these Utility functions are temporarily deactivated as of v0.27.3 (August 3, 2021).
58+
The grammar is getting reworked to reduce inconsistent behavior and be more user friendly. All of these features
59+
will be readded into the grammar slowly, as applicable.</p>
60+
<h2><a class="anchor" aria-hidden="true" id="print-functions"></a><a href="#print-functions" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Print Functions</h2>
5861
<p>XCS provides a flexible keyword for sending text to standard I/O.</p>
5962
<p>Standard <code>print</code> functionality is provided for each of XCS's primitive types (see <a href="http://localhost:3000/docs/xcsl/primitives">Literal Values</a>).</p>
6063
<pre><code class="hljs css language-Python"><span class="hljs-keyword">print</span> <span class="hljs-string">"Hello World!"</span>;;

0 commit comments

Comments
 (0)