mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
30 lines
1.1 KiB
ReStructuredText
30 lines
1.1 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 subset of `JavaScript <https://developer.mozilla.org/en-US/docs/Web/JavaScript>`_,.
|
|
This means that Netscript's syntax is
|
|
identical to that of JavaScript, but it does not implement some 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:
|
|
|
|
Learn to Program <netscriptlearntoprogram>
|
|
Netscript 1.0 <netscript1>
|
|
NetscriptJS (Netscript 2.0) <netscriptjs>
|
|
Script Arguments <netscriptscriptarguments>
|
|
Basic Functions <netscriptfunctions>
|
|
Advanced Functions <netscriptadvancedfunctions>
|
|
Hacknet Node API <netscripthacknetnodeapi>
|
|
Trade Information eXchange (TIX) API <netscriptixapi>
|
|
Singularity Functions <netscriptsingularityfunctions>
|
|
Bladeburner API <netscriptbladeburnerapi>
|
|
Coding Contract API <netscriptcodingcontractapi>
|
|
Miscellaneous <netscriptmisc>
|