mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
27 lines
1.0 KiB
ReStructuredText
27 lines
1.0 KiB
ReStructuredText
Netscript Documentation
|
|
=======================
|
|
Netscript is the programming language used in the world of Bitburner.
|
|
|
|
When you write scripts in Bitburner, they are written in the Netscript language.
|
|
Netscript is simply a tiny subset of Javascript. This means that Netscript's
|
|
syntax is almost idental to Javascript's, but it does not implement many of the
|
|
features that Javascript has.
|
|
|
|
If you have any requests or suggestions to improve the Netscript language, feel free
|
|
to reach out to the developer!
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:caption: Sections:
|
|
|
|
Data Types and Variables <netscriptdatatypes>
|
|
Operators <netscriptoperators>
|
|
Loops and Conditionals <netscriptloopsandconditionals>
|
|
Script Arguments <netscriptscriptarguments>
|
|
Basic Functions <netscriptfunctions>
|
|
Advanced Functions <netscriptadvancedfunctions>
|
|
Hacknet Node API <netscripthacknetnodeapi>
|
|
Trade Information eXchange (TIX) API <netscriptixapi>
|
|
Singularity Functions <netscriptsingularityfunctions>
|
|
Miscellaneous <netscriptmisc>
|