This section provides only a brief overview of kBridge"s code syntax. The syntax used to create Rules for Knowledge Bridge (kBridge) is based on JavaScript. If you want to write good Rules, you"ll want to learn the basics of JavaScript.
We"ll show you some basic constructs in this section that will address many of your needs, but for more advanced Rules, you"ll want to learn more JavaScript. Good JavaScript tutorials can be found here: https://www.w3schools.com/js/ ; and here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide.
W3Schools is a web developer"s site, with tutorials and references on web development languages such as HTML, CSS, JavaScript, PHP, SQL, W3.CSS, and Bootstrap, covering most aspects of web programming. The site derives its name from the World Wide Web (W3), but is not affiliated with the W3C. Its material is copyright protected.
MDN Web Docs, under the aegis of Mozilla, a free software community, is an evolving learning platform for Web technologies and the software that powers the Web, including Web standards such as CSS, HTML, and JavaScript. Material here is copyright-free.
Important NOTE: Identifiers are case sensitive. (Internal identifiers are automatically assigned by the kernel). Keep this in mind if you directly type in a reference to an internal identifier.
JavaScript uses the Unicode character set, which contains symbols for most world languages.